summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPawel Dzieciolowski2018-06-02 09:30:03 +0200
committerPawel Dzieciolowski2018-06-02 09:30:03 +0200
commit32e2b5f673a21e56eae7498e49469cf277e90149 (patch)
tree4b8c34e53af6007158a756909bc7cc55dc5d2eb9 /PKGBUILD
parent54988befa06b4c1a16c9d3104b5c25c5033bff71 (diff)
downloadaur-32e2b5f673a21e56eae7498e49469cf277e90149.tar.gz
update to 2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cacbaf28700..ea028b4f9bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail com>
pkgname=kscript
-pkgver=2.4.1
+pkgver=2.4.3
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=('03a2f4d4647a702419f0bb3bb95fa2f208e83498579fcd77755fee05e3a1e316')
+sha256sums=('471831fa2ccb80419a0b85983c832940c74ff50bde23b91ea6dba628379e1f9c')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"