summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2018-11-21 11:05:34 +0800
committerKaizhao Zhang2018-11-21 11:05:34 +0800
commit1a228ad8cb372dc5d334f2ce341231b9064d5c2f (patch)
tree0f586e1454fe607c4c6e98d6c10bda3c6d11cd88
parentbaa3e8aef6893ba6f516241dd53cbece47af85b7 (diff)
downloadaur-1a228ad8cb372dc5d334f2ce341231b9064d5c2f.tar.gz
Update version to 1.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eaf578c5c91..4ea002adca26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kotlin-native-bin
pkgdesc = A LLVM backend for the Kotlin compiler
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/JetBrains/kotlin-native
arch = x86_64
license = Apache
@@ -13,8 +13,8 @@ pkgbase = kotlin-native-bin
options = staticlibs
options = libtool
options = !strip
- source = https://github.com/JetBrains/kotlin/releases/download/v1.3.0/kotlin-native-linux-1.3.0.tar.gz
- sha256sums = 6b55acd49ec607fc879bba46f14c6712c9bf76cbc12ef592229aab062f0ea466
+ source = https://github.com/JetBrains/kotlin/releases/download/v1.3.10/kotlin-native-linux-1.3.10.tar.gz
+ sha256sums = 1c47ab8b0eccb3c8881f1617f9f68c6f85cfe05803b4c8ee71bac37c3cb3afde
pkgname = kotlin-native-bin
diff --git a/PKGBUILD b/PKGBUILD
index 601d896f3c15..3591e0db4d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
PKGEXT=.pkg.tar
-_kotlin_ver=1.3.0
+_kotlin_ver=1.3.10
pkgname=kotlin-native-bin
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
pkgdesc="A LLVM backend for the Kotlin compiler"
arch=('x86_64')
url="https://github.com/JetBrains/kotlin-native"
@@ -15,7 +15,7 @@ depends=('java-environment' 'ncurses5-compat-libs')
provides=('kotlin-native')
conflicts=('kotlin-native' 'kotlin-native-git')
source=("https://github.com/JetBrains/kotlin/releases/download/v${_kotlin_ver}/kotlin-native-linux-${_kotlin_ver}.tar.gz")
-sha256sums=('6b55acd49ec607fc879bba46f14c6712c9bf76cbc12ef592229aab062f0ea466')
+sha256sums=('1c47ab8b0eccb3c8881f1617f9f68c6f85cfe05803b4c8ee71bac37c3cb3afde')
package() {
install -d "${pkgdir}/usr/bin"