summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxr19982021-12-29 13:03:02 +0100
committerMaxr19982021-12-29 13:03:02 +0100
commit86d5dfda26105d3f708da0665639f7332f6cc9f4 (patch)
tree2dadb298babe1f621687a42efdaf778a8c0dc5d5
parentb7e2a199d0a039b8e45f0651c10e04a669379596 (diff)
downloadaur-86d5dfda26105d3f708da0665639f7332f6cc9f4.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b43e0339c4ea..f3e1b0cfedb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ki-shell-bin
pkgdesc = Kotlin Language Interactive Shell
- pkgver = 0.3.3
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/Kotlin/kotlin-interactive-shell
arch = any
license = Apache
@@ -9,7 +9,7 @@ pkgbase = ki-shell-bin
depends = java-runtime>=8
provides = ki-shell
conflicts = ki-shell
- source = https://repo1.maven.org/maven2/org/jetbrains/kotlinx/ki-shell/0.3.3/ki-shell-0.3.3-archive.zip
- md5sums = 3644c712f0ad0a1e3453f2507be39e1c
+ source = https://repo1.maven.org/maven2/org/jetbrains/kotlinx/ki-shell/0.4.0/ki-shell-0.4.0-archive.zip
+ md5sums = 7b967da29f95154f32f35a5b1b1f23a3
pkgname = ki-shell-bin
diff --git a/PKGBUILD b/PKGBUILD
index e78a20a66886..f7401e7d9701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maxr1998 <max.rumpf1998@gmail.com>
_pkgname=ki-shell
pkgname=ki-shell-bin
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Kotlin Language Interactive Shell"
arch=('any')
url='https://github.com/Kotlin/kotlin-interactive-shell'
@@ -11,7 +11,7 @@ depends=('bash' 'java-runtime>=8')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://repo1.maven.org/maven2/org/jetbrains/kotlinx/$_pkgname/$pkgver/$_pkgname-$pkgver-archive.zip")
-md5sums=('3644c712f0ad0a1e3453f2507be39e1c')
+md5sums=('7b967da29f95154f32f35a5b1b1f23a3')
prepare() {
cd "ki"