summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRen2023-01-07 01:41:09 +0800
committerRen2023-01-07 01:41:09 +0800
commit9135ff8c3fe92efc00b039fd9e0a7403ecdb5d11 (patch)
tree0e6a72806647931530b5d1ca0f16cf1f4399ca04 /PKGBUILD
parent86abd26827128252204f25fd5ca4f8e29aa38c42 (diff)
downloadaur-kotlin-native-bin.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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() {