summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraartiPl2023-04-29 18:59:39 +0000
committeraartiPl2023-04-29 18:59:39 +0000
commit504582042d4afbcd6a8cdad6b114de1b427215e8 (patch)
treed64c0aceb3f99604e7e6e79bfe6eba966fdd4739
parent36077ffe1f2edfbdf8a4c907261f09f5b36f48ee (diff)
downloadaur-504582042d4afbcd6a8cdad6b114de1b427215e8.tar.gz
updated to 4.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95350e5f251..791045cf92a1 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.1
+pkgver = 4.2.2
pkgrel = 1
url = https://github.com/kscripting/kscript
arch = any
license = MIT
depends = kotlin
-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
+source = kscript-4.2.2.bin.zip::https://github.com/kscripting/kscript/releases/download/v4.2.2/kscript-4.2.2-bin.zip
+sha256sums = af3288eb4369f23d5898fc24fe291e36d60f2818c3cc8f8091a8cc396d5520e1
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index c4c76e516fe2..f1624b171246 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.1
+pkgver=4.2.2
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=('41f70b55daf67dada3a2ef2022d4d4c5a52bd8fecbc6bb20f59f35cae3ab1748')
+sha256sums=('af3288eb4369f23d5898fc24fe291e36d60f2818c3cc8f8091a8cc396d5520e1')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"