summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2022-07-10 15:08:56 +0000
committerKaizhao Zhang2022-07-10 15:08:56 +0000
commit86abd26827128252204f25fd5ca4f8e29aa38c42 (patch)
tree3866e2a96f515a77342002c0c7044ef57e44aedf
parent3d5dc070cf4764e03fd6e5d615c5546937d6965c (diff)
downloadaur-86abd26827128252204f25fd5ca4f8e29aa38c42.tar.gz
Updated to version 1.7.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1848df707bcc..99df99406959 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.0
+ pkgver = 1.7.10
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.0/kotlin-native-linux-x86_64-1.7.0.tar.gz
- sha256sums = 0a70da9bbd9405233f68d7a5863d098cb372f60171e5620f023b6fb9b9e99a9c
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.7.10/kotlin-native-linux-x86_64-1.7.10.tar.gz
+ sha256sums = b874373e87381b94c6a385178ea9594a5b4cfeb2fbae2bd89d3cb84c96bc3b96
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index c522e3763a33..b9b97aff58af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=kotlin-native-bin
-pkgver=1.7.0
+pkgver=1.7.10
pkgrel=1
pkgdesc="An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library"
arch=('x86_64')
@@ -23,7 +23,9 @@ source=(
"https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-native-linux-x86_64-${pkgver}.tar.gz"
)
sha256sums=(
- '0a70da9bbd9405233f68d7a5863d098cb372f60171e5620f023b6fb9b9e99a9c'
+ # The checksum is not matched from https://github.com/JetBrains/kotlin/releases/tag/v1.7.10
+ #'6f89015e1dfbc7b535e540a22a004ef3e6e4f04349e4a894ed45e703c3b3116f'
+ 'b874373e87381b94c6a385178ea9594a5b4cfeb2fbae2bd89d3cb84c96bc3b96'
)
package() {