summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRen2023-01-07 01:41:09 +0800
committerRen2023-01-07 01:41:09 +0800
commit9135ff8c3fe92efc00b039fd9e0a7403ecdb5d11 (patch)
tree0e6a72806647931530b5d1ca0f16cf1f4399ca04
parent86abd26827128252204f25fd5ca4f8e29aa38c42 (diff)
downloadaur-kotlin-native-bin.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99df99406959..02a21eae5f12 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.7.10
+ pkgver = 1.7.20
pkgrel = 1
url = https://kotlinlang.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = kotlin-native-bin
options = staticlibs
options = libtool
options = !strip
- source = https://github.com/JetBrains/kotlin/releases/download/v1.7.10/kotlin-native-linux-x86_64-1.7.10.tar.gz
- sha256sums = b874373e87381b94c6a385178ea9594a5b4cfeb2fbae2bd89d3cb84c96bc3b96
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.7.20/kotlin-native-linux-x86_64-1.7.20.tar.gz
+ sha256sums = 65ac0a71fbff016d4387956768a49b668e6cda316e96adb116de5cf1169f5627
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index b9b97aff58af..432c63ec49b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: LordDemecrius83 <lorddemecrius83@proton.me>
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=kotlin-native-bin
-pkgver=1.7.10
+pkgver=1.7.20
pkgrel=1
pkgdesc="An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library"
arch=('x86_64')
@@ -23,9 +24,7 @@ source=(
"https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-native-linux-x86_64-${pkgver}.tar.gz"
)
sha256sums=(
- # The checksum is not matched from https://github.com/JetBrains/kotlin/releases/tag/v1.7.10
- #'6f89015e1dfbc7b535e540a22a004ef3e6e4f04349e4a894ed45e703c3b3116f'
- 'b874373e87381b94c6a385178ea9594a5b4cfeb2fbae2bd89d3cb84c96bc3b96'
+ '65ac0a71fbff016d4387956768a49b668e6cda316e96adb116de5cf1169f5627'
)
package() {