summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraartiPl2023-01-14 09:33:25 +0000
committeraartiPl2023-01-14 09:33:25 +0000
commit54d5644af7e6608c7d6168f202e203ca1502e2b3 (patch)
tree0e243f7f1a8fada00b4a1edf986a815a2629c889
parentc4dcd082db333c10248054c3702a25faab344785 (diff)
downloadaur-54d5644af7e6608c7d6168f202e203ca1502e2b3.tar.gz
updated to 4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c609fe1f3b..0acf15ea6063 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-RC.3
+pkgver = 4.2.0
pkgrel = 1
url = https://github.com/kscripting/kscript
arch = any
license = MIT
depends = kotlin
-source = kscript-4.2.0-RC.3.bin.zip::https://github.com/kscripting/kscript/releases/download/v4.2.0-RC.3/kscript-4.2.0-RC.3-bin.zip
-sha256sums = f34f95d82190ae95585b2c22c6feb4c7313b25ca53a31a8b52161fb9060ec2c0
+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
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index ceda4da319b2..5b6355f0aec1 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-RC.3
+pkgver=4.2.0
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=('f34f95d82190ae95585b2c22c6feb4c7313b25ca53a31a8b52161fb9060ec2c0')
+sha256sums=('35b47b51b3724e4f69c357f443bb4e9d13208d435d5d8478a2c4b48dfa18c395')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"