summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-09-23 22:30:17 +0800
committerKaizhao Zhang2021-09-23 22:30:17 +0800
commite3254563aa3f8e46b91e52b1e593ab78938cde06 (patch)
treef6e36e479c3bd8644439054fac6669fcbdc44dfb
parent385887b894f50e97bb3f92dfdc721b42cafc9633 (diff)
downloadaur-e3254563aa3f8e46b91e52b1e593ab78938cde06.tar.gz
Updated to version 1.5.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b802b4fbb3fb..2c510123f078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kotlin-native-bin
pkgdesc = An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library
- pkgver = 1.5.30
+ pkgver = 1.5.31
pkgrel = 2
url = https://kotlinlang.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = kotlin-native-bin
options = staticlibs
options = libtool
options = !strip
- source = https://github.com/JetBrains/kotlin/releases/download/v1.5.30/kotlin-native-linux-x86_64-1.5.30.tar.gz
- sha256sums = 1efad86f35543e3d5365dc6fe7dbde7f20e8330e70cf43b94d6a3f9080b2636f
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.5.31/kotlin-native-linux-x86_64-1.5.31.tar.gz
+ sha256sums = 636b7e9e54eefa3fa1d284677a8ec2271d0f98b024a8a60127ef20a3badaae03
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index e088c4fece0f..e40bccad4752 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_binver=1.5.30
+_binver=1.5.31
pkgname=kotlin-native-bin
-pkgver=1.5.30
+pkgver=1.5.31
pkgrel=2
pkgdesc="An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library"
arch=('x86_64')
@@ -29,7 +29,7 @@ source=(
"https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-native-linux-x86_64-${_binver}.tar.gz"
)
sha256sums=(
- '1efad86f35543e3d5365dc6fe7dbde7f20e8330e70cf43b94d6a3f9080b2636f'
+ '636b7e9e54eefa3fa1d284677a8ec2271d0f98b024a8a60127ef20a3badaae03'
)
package() {