[arch-commits] Commit in kotlin/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sat Jul 13 13:55:13 UTC 2019
Date: Saturday, July 13, 2019 @ 13:55:12
Author: arodseth
Revision: 489361
upgpkg: kotlin 1.3.41-1
Modified:
kotlin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-13 13:33:42 UTC (rev 489360)
+++ PKGBUILD 2019-07-13 13:55:12 UTC (rev 489361)
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <romain.gautier at nimamoh.com>
pkgname=kotlin
-pkgver=1.3.31
+pkgver=1.3.41
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=('107325d56315af4f59ff28db6837d03c2660088e3efeb7d4e41f3e01bb848d6a')
+sha256sums=('c44ab6866895606e408b60934ebe45d4befcbc33ea0e4ea73c4b3b89ad770132')
prepare() {
cd "${pkgname}c/bin"
More information about the arch-commits
mailing list