summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraartiPl2023-07-22 13:12:59 +0000
committeraartiPl2023-07-22 13:12:59 +0000
commit5168e661b28b3ca517c3f2139f62ac79d7893d7b (patch)
treebf4fd8b42da3afd3fa4e78b5f92530b287b62828 /PKGBUILD
parent1cd0cf844037bce9c3d4916461ae349f5578c6b2 (diff)
downloadaur-kscript.tar.gz
updated to 4.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfca2d3aa3a6..01e62ff0e47b 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.3-RC.1
+pkgver=4.2.3
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=('1b1b6e33b7bb9cae772971aea9241ecedb3d4774ef135f3efbc8189526b51f21')
+sha256sums=('1dda3b041bc9af41bb0e3b78818ef5c99df845ee0e06a258d117ce70f1ec5941')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"