summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPawel Dzieciolowski2017-12-12 21:44:08 +0100
committerPawel Dzieciolowski2017-12-12 21:44:08 +0100
commitaee2d1a57fef104e98714b3e70df471a4b51c66d (patch)
tree7853ba920d2cdfd28ebb6def4c7dc2e9c323863e /PKGBUILD
parentbfa6175c6896ae861cdee0e1b96486f0766f259e (diff)
downloadaur-aee2d1a57fef104e98714b3e70df471a4b51c66d.tar.gz
update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 978df15685c7..670a76d5d162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail com>
pkgname=kscript
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='Enhanced scripting support for Kotlin on *nix-based systems'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/holgerbrandl/kscript'
license=('MIT')
depends=('kotlin')
source=("${pkgname}-${pkgver}.bin.zip::https://github.com/holgerbrandl/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-bin.zip")
-sha256sums=('8d2f901466e85a1ea207803945d4e8b3277c6e082a707c6b2bf2261d3fd82456')
+sha256sums=('cf0841ea96a1836b1f8bb3d0a9ab4d8515299ce9ee41820d96845645eb06beb5')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"