summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraartiPl2023-01-26 16:26:05 +0000
committeraartiPl2023-01-26 16:26:05 +0000
commit36077ffe1f2edfbdf8a4c907261f09f5b36f48ee (patch)
treef309f4e1b4abcec7c982dadd94c1123c9f1a0e56
parent54d5644af7e6608c7d6168f202e203ca1502e2b3 (diff)
downloadaur-36077ffe1f2edfbdf8a4c907261f09f5b36f48ee.tar.gz
updated to 4.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0acf15ea6063..e95350e5f251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix and Windows based systems
-pkgver = 4.2.0
+pkgver = 4.2.1
pkgrel = 1
url = https://github.com/kscripting/kscript
arch = any
license = MIT
depends = kotlin
-source = kscript-4.2.0.bin.zip::https://github.com/kscripting/kscript/releases/download/v4.2.0/kscript-4.2.0-bin.zip
-sha256sums = 35b47b51b3724e4f69c357f443bb4e9d13208d435d5d8478a2c4b48dfa18c395
+source = kscript-4.2.1.bin.zip::https://github.com/kscripting/kscript/releases/download/v4.2.1/kscript-4.2.1-bin.zip
+sha256sums = 41f70b55daf67dada3a2ef2022d4d4c5a52bd8fecbc6bb20f59f35cae3ab1748
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index 5b6355f0aec1..c4c76e516fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Holger Brandl https://github.com/holgerbrandl, Marcin Kuszczak https://github.com/aartiPl
pkgname=kscript
-pkgver=4.2.0
+pkgver=4.2.1
pkgrel=1
pkgdesc='Enhanced scripting support for Kotlin on *nix and Windows based systems'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/kscripting/kscript'
license=('MIT')
depends=('kotlin')
source=("${pkgname}-${pkgver}-bin.zip::https://github.com/kscripting/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-bin.zip")
-sha256sums=('35b47b51b3724e4f69c357f443bb4e9d13208d435d5d8478a2c4b48dfa18c395')
+sha256sums=('41f70b55daf67dada3a2ef2022d4d4c5a52bd8fecbc6bb20f59f35cae3ab1748')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"