summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2022-06-26 07:09:53 +0000
committerKaizhao Zhang2022-06-26 07:09:53 +0000
commit3d5dc070cf4764e03fd6e5d615c5546937d6965c (patch)
treec2f4f6627b6e8e92d27e69d8b724d9dee3db197c
parent10dce726b7dd613532ba5d2e514e989a5fe8be09 (diff)
downloadaur-3d5dc070cf4764e03fd6e5d615c5546937d6965c.tar.gz
Updated to version 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eb7cc715e1e..1848df707bcc 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.6.21
+ pkgver = 1.7.0
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.6.21/kotlin-native-linux-x86_64-1.6.21.tar.gz
- sha256sums = af51f6ae244bb19979fbae6dc3afdca7bae42568d6a33f0fa331edd665a611fa
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.7.0/kotlin-native-linux-x86_64-1.7.0.tar.gz
+ sha256sums = 0a70da9bbd9405233f68d7a5863d098cb372f60171e5620f023b6fb9b9e99a9c
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index 789c4c5f9240..c522e3763a33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=kotlin-native-bin
-pkgver=1.6.21
+pkgver=1.7.0
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,7 @@ source=(
"https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-native-linux-x86_64-${pkgver}.tar.gz"
)
sha256sums=(
- 'af51f6ae244bb19979fbae6dc3afdca7bae42568d6a33f0fa331edd665a611fa'
+ '0a70da9bbd9405233f68d7a5863d098cb372f60171e5620f023b6fb9b9e99a9c'
)
package() {