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 2b2465f284f9..7027c0df00e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
- source = kscript-2.4.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.4.0/kscript-2.4.0-bin.zip
- sha256sums = 5867b94c67ca6f2f4ac4104fd889830e4e33781ed74cd87b15b6c3a7d38ae6f7
+ source = kscript-2.4.1.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.4.1/kscript-2.4.1-bin.zip
+ sha256sums = 03a2f4d4647a702419f0bb3bb95fa2f208e83498579fcd77755fee05e3a1e316
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index 1c055cfdf7d1..2cacbaf28700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail com>
pkgname=kscript
-pkgver=2.4.0
+pkgver=2.4.1
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=('5867b94c67ca6f2f4ac4104fd889830e4e33781ed74cd87b15b6c3a7d38ae6f7')
+sha256sums=('03a2f4d4647a702419f0bb3bb95fa2f208e83498579fcd77755fee05e3a1e316')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"