summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4da7b17c0e3d..0dee007cfcb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
-pkgver = 2.9.0
+pkgver = 2.9.3
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
-source = kscript-2.9.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.9.0/kscript-2.9.0-bin.zip
-sha256sums = 3d62b0db226566506a2531d765547595867230cd5d44dbedc65301cadfecdaaf
+source = kscript-2.9.3.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.9.3/kscript-2.9.3-bin.zip
+sha256sums = d15f4236abb9341c330862fea0fdcdba7818b63953fdb3885720bbc1901666d1
pkgname = kscript
+
diff --git a/PKGBUILD b/PKGBUILD
index 2e4fbb81a14c..154ab480d63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Holger Brandl https://github.com/holgerbrandl/kscript/
pkgname=kscript
-pkgver=2.9.0
+pkgver=2.9.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=('3d62b0db226566506a2531d765547595867230cd5d44dbedc65301cadfecdaaf')
+sha256sums=('d15f4236abb9341c330862fea0fdcdba7818b63953fdb3885720bbc1901666d1')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"