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 035561fc3bf9..920037f6363f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
- source = kscript-2.2.1.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.2.1/kscript-2.2.1-bin.zip
- sha256sums = 8d2f901466e85a1ea207803945d4e8b3277c6e082a707c6b2bf2261d3fd82456
+ source = kscript-2.3.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.3.0/kscript-2.3.0-bin.zip
+ sha256sums = cf0841ea96a1836b1f8bb3d0a9ab4d8515299ce9ee41820d96845645eb06beb5
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index 978df15685c7..670a76d5d162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail com>
pkgname=kscript
-pkgver=2.2.1
+pkgver=2.3.0
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=('8d2f901466e85a1ea207803945d4e8b3277c6e082a707c6b2bf2261d3fd82456')
+sha256sums=('cf0841ea96a1836b1f8bb3d0a9ab4d8515299ce9ee41820d96845645eb06beb5')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"