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 a37d983f55e4..af97033022b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
-pkgver = 3.1.0
+pkgver = 4.0.0
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
-source = kscript-3.1.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v3.1.0/kscript-3.1.0-bin.zip
-sha256sums = e96da7ffe448ec7c993e821454946cd5f41ba0d6e371c56efb56d0191bc68372
+source = kscript-4.0.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v4.0.0/kscript-4.0.0-bin.zip
+sha256sums = be9093f2811bc6259883e0e751ce3b3bc26f547ec7942dd48cfe2c9dbea57cea
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index b3f8e8b621a7..253dacde13a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Holger Brandl https://github.com/holgerbrandl/kscript/
pkgname=kscript
-pkgver=3.1.0
+pkgver=4.0.0
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=('e96da7ffe448ec7c993e821454946cd5f41ba0d6e371c56efb56d0191bc68372')
+sha256sums=('be9093f2811bc6259883e0e751ce3b3bc26f547ec7942dd48cfe2c9dbea57cea')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"