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 a47a6ab799c9..96ad02dc37c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
- source = kscript-2.0.2.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.0.2/kscript-2.0.2-bin.zip
- sha256sums = 640d6498b862095b8dcc8e3e0bd73f9c349299a6f29b0316dcfa2b2ee2b65864
+ source = kscript-2.1.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.1.0/kscript-2.1.0-bin.zip
+ sha256sums = aa7a55e4a0c498e6dfb9f81ec9a352fb4b38ae2e0b113a33879b5bfd1fcdf6e1
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index 4f15fa9803ce..5c93d494d348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail com>
pkgname=kscript
-pkgver=2.0.2
+pkgver=2.1.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=('640d6498b862095b8dcc8e3e0bd73f9c349299a6f29b0316dcfa2b2ee2b65864')
+sha256sums=('aa7a55e4a0c498e6dfb9f81ec9a352fb4b38ae2e0b113a33879b5bfd1fcdf6e1')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"