summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"