[arch-commits] Commit in kotlin/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Oct 2 09:03:30 UTC 2018
Date: Tuesday, October 2, 2018 @ 09:03:30
Author: arodseth
Revision: 388984
upgpkg: kotlin 1.2.71-1
Modified:
kotlin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-02 08:29:58 UTC (rev 388983)
+++ PKGBUILD 2018-10-02 09:03:30 UTC (rev 388984)
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <romain.gautier at nimamoh.com>
pkgname=kotlin
-pkgver=1.2.70
+pkgver=1.2.71
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=('a23a40a3505e78563100b9e6cfd7f535fbf6593b69a5c470800fbafbeccf8434')
+sha256sums=('e48292fdfed42f44230bc01f92ffd17002101d8c5aeedfa3dba3cb29c5b6ea7b')
prepare() {
cd "${pkgname}c/bin"
More information about the arch-commits
mailing list