summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPawel Dzieciolowski2019-06-23 21:16:18 +0200
committerPawel Dzieciolowski2019-06-23 21:16:18 +0200
commit48ee28f972521190b9d57e67994f59358988052a (patch)
tree102fed74c32176d1c4430126581ecab8793a2911 /PKGBUILD
parent51c37ce27fcfe445abda2b5e73acd79b61aaae24 (diff)
downloadaur-48ee28f972521190b9d57e67994f59358988052a.tar.gz
update to 2.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bb117ecec7e..362f3c6bf856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail dot com>
pkgname=kscript
-pkgver=2.7.1
+pkgver=2.8.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=('bf5c095dc3321b597c787f281ac690d51928da88d29ee29bff48ed5233d1840a')
+sha256sums=('162f980d53b27e44e0853fd0c3bc1da1bcea0c1cbd985d6991e82773352e041a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"