[arch-commits] Commit in kotlin/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Oct 29 21:52:35 UTC 2018
Date: Monday, October 29, 2018 @ 21:52:34
Author: arodseth
Revision: 399482
upgpkg: kotlin 1.3.0-1
Modified:
kotlin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-29 21:19:23 UTC (rev 399481)
+++ PKGBUILD 2018-10-29 21:52:34 UTC (rev 399482)
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <romain.gautier at nimamoh.com>
pkgname=kotlin
-pkgver=1.2.71
+pkgver=1.3.0
pkgrel=1
pkgdesc='Statically typed programming language that can interoperate with Java'
arch=('any')
@@ -11,7 +11,7 @@
depends=('java-environment>=8')
makedepends=('setconf')
source=("https://github.com/JetBrains/kotlin/releases/download/v${pkgver/_/-}/kotlin-compiler-${pkgver/_/-}.zip")
-sha256sums=('e48292fdfed42f44230bc01f92ffd17002101d8c5aeedfa3dba3cb29c5b6ea7b')
+sha256sums=('ff851cb84dd12df6078ae1f4a5424de9be6dcb4ac578b35455eeb7106dc52592')
prepare() {
cd "${pkgname}c/bin"
More information about the arch-commits
mailing list