summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b72ba6ba40d1..7ef87220b2b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
-pkgver = 4.0.2
+pkgver = 4.0.3
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
-source = kscript-4.0.2.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v4.0.2/kscript-4.0.2-bin.zip
-sha256sums = 04227aea33b1b46de648b4f0e10b894fcdeb4ed919e8b9f44cc084759f9d68d6
+source = kscript-4.0.3.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v4.0.3/kscript-4.0.3-bin.zip
+sha256sums = e92b000ea13dd48c49329269b025d59c3e0ff507fe3a357fb5af401773b1cdbb
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index ffeddf14e4ea..c649ba7185d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Holger Brandl https://github.com/holgerbrandl/kscript/
pkgname=kscript
-pkgver=4.0.2
+pkgver=4.0.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=('04227aea33b1b46de648b4f0e10b894fcdeb4ed919e8b9f44cc084759f9d68d6')
+sha256sums=('e92b000ea13dd48c49329269b025d59c3e0ff507fe3a357fb5af401773b1cdbb')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"