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 253dacde13a2..ffeddf14e4ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Holger Brandl https://github.com/holgerbrandl/kscript/
pkgname=kscript
-pkgver=4.0.0
+pkgver=4.0.2
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=('be9093f2811bc6259883e0e751ce3b3bc26f547ec7942dd48cfe2c9dbea57cea')
+sha256sums=('04227aea33b1b46de648b4f0e10b894fcdeb4ed919e8b9f44cc084759f9d68d6')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"