summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-05-10 16:31:37 +0800
committerKaizhao Zhang2021-05-10 16:31:37 +0800
commit69272b223a952c352c80aee2f6051646c8e125c1 (patch)
tree2cb28e49ebb08d29f7f35394754a4131d036fc54
parentf1dfb7baa4f08fee8c51fa8bf44c86243408c5e2 (diff)
downloadaur-69272b223a952c352c80aee2f6051646c8e125c1.tar.gz
Updated to version 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a39b1a397ca0..01fad20dd3e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kotlin-native-bin
pkgdesc = Kotlin/Native infrastructure
- pkgver = 1.4.32
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/JetBrains/kotlin-native
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = kotlin-native-bin
options = staticlibs
options = libtool
options = !strip
- source = https://github.com/JetBrains/kotlin/releases/download/v1.4.32/kotlin-native-linux-1.4.32.tar.gz
- sha256sums = 3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.5.0/kotlin-native-linux-1.5.0.tar.gz
+ sha256sums = 33241c460fab8c496a6b01ca08670ae7f667df23acc56081f8b37c50b021b50f
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index fce4e696b117..24d3f41086b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_binver=1.4.32
+_binver=1.5.0
pkgname=kotlin-native-bin
-pkgver=1.4.32
+pkgver=1.5.0
pkgrel=1
pkgdesc="Kotlin/Native infrastructure"
arch=('x86_64')
@@ -20,7 +20,7 @@ source=(
"https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-native-linux-${_binver}.tar.gz"
)
sha256sums=(
- '3712fab4c60484fd8b5538dd018a0023033cb3ea38d2a3023c79b342e4e8b24d'
+ '33241c460fab8c496a6b01ca08670ae7f667df23acc56081f8b37c50b021b50f'
)
package() {