summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Dzieciolowski2018-06-02 09:30:03 +0200
committerPawel Dzieciolowski2018-06-02 09:30:03 +0200
commit32e2b5f673a21e56eae7498e49469cf277e90149 (patch)
tree4b8c34e53af6007158a756909bc7cc55dc5d2eb9
parent54988befa06b4c1a16c9d3104b5c25c5033bff71 (diff)
downloadaur-32e2b5f673a21e56eae7498e49469cf277e90149.tar.gz
update to 2.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7027c0df00e8..5e6ec2c5640f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
- pkgver = 2.4.1
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
- source = kscript-2.4.1.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.4.1/kscript-2.4.1-bin.zip
- sha256sums = 03a2f4d4647a702419f0bb3bb95fa2f208e83498579fcd77755fee05e3a1e316
+ source = kscript-2.4.3.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.4.3/kscript-2.4.3-bin.zip
+ sha256sums = 471831fa2ccb80419a0b85983c832940c74ff50bde23b91ea6dba628379e1f9c
pkgname = kscript
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"