summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-12-08 18:14:21 +0800
committerKaizhao Zhang2020-12-08 18:14:21 +0800
commit920433ad00528f859d62c952d70b65aade92d280 (patch)
treed202e41078a514dd8d3b37a3cfb5e9c7029be5c3
parentde1da79676a4dc7a61e59b8a10cf5eae7f676f51 (diff)
downloadaur-920433ad00528f859d62c952d70b65aade92d280.tar.gz
Updated to version 1.4.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0fe03ecc0ec..922a814d84c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kotlin-native-bin
pkgdesc = Kotlin/Native infrastructure
- pkgver = 1.4.20
+ pkgver = 1.4.21
pkgrel = 1
url = https://github.com/JetBrains/kotlin-native
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = kotlin-native-bin
options = staticlibs
options = libtool
options = !strip
- source = https://github.com/JetBrains/kotlin/releases/download/v1.4.20/kotlin-native-linux-1.4.20.tar.gz
- sha256sums = c677415f1cb951db3634f937b3a667d511f5bf26487bc49847ac2497ae50ae3c
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.4.21/kotlin-native-linux-1.4.21.tar.gz
+ sha256sums = 140c06ede7d4c23ff65fb8de507aff117e96d8330dbb9b910a730bfb70bca59c
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index 240d3b99c1aa..2c9a10991e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_binver=1.4.20
+_binver=1.4.21
pkgname=kotlin-native-bin
-pkgver=1.4.20
+pkgver=1.4.21
pkgrel=1
pkgdesc="Kotlin/Native infrastructure"
arch=('x86_64')
@@ -20,7 +20,7 @@ source=(
"https://github.com/JetBrains/kotlin/releases/download/v${pkgver}/kotlin-native-linux-${_binver}.tar.gz"
)
sha256sums=(
- 'c677415f1cb951db3634f937b3a667d511f5bf26487bc49847ac2497ae50ae3c'
+ '140c06ede7d4c23ff65fb8de507aff117e96d8330dbb9b910a730bfb70bca59c'
)
package() {