summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Dzieciolowski2019-02-24 12:26:51 +0100
committerPawel Dzieciolowski2019-02-24 12:26:51 +0100
commit51c37ce27fcfe445abda2b5e73acd79b61aaae24 (patch)
treefbec8d666537fe90426aa89dbd77d4f3fa9702af
parent7707b0e945ee3fb52ce3192a0cafc5c9fe8388ba (diff)
downloadaur-51c37ce27fcfe445abda2b5e73acd79b61aaae24.tar.gz
update to 2.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fce9d6e8d7af..7cf45c8bb28d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kscript
pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/holgerbrandl/kscript
arch = any
license = MIT
depends = kotlin
- source = kscript-2.7.0.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.7.0/kscript-2.7.0-bin.zip
- sha256sums = f132034bbb7a756be72ca21a3677552560f43bffdaf0e3e2ce052477a799bb0d
+ source = kscript-2.7.1.bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v2.7.1/kscript-2.7.1-bin.zip
+ sha256sums = bf5c095dc3321b597c787f281ac690d51928da88d29ee29bff48ed5233d1840a
pkgname = kscript
diff --git a/PKGBUILD b/PKGBUILD
index 680b3abe402c..4bb117ecec7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pawel Dzieciolowski <dzieciolowski dot pawel at gmail dot com>
pkgname=kscript
-pkgver=2.7.0
+pkgver=2.7.1
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=('f132034bbb7a756be72ca21a3677552560f43bffdaf0e3e2ce052477a799bb0d')
+sha256sums=('bf5c095dc3321b597c787f281ac690d51928da88d29ee29bff48ed5233d1840a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}/bin"