[arch-commits] Commit in kotlin/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Apr 14 19:36:30 UTC 2019
Date: Sunday, April 14, 2019 @ 19:36:30
Author: arodseth
Revision: 451646
upgpkg: kotlin 1.3.30-1
Modified:
kotlin/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-14 19:02:23 UTC (rev 451645)
+++ PKGBUILD 2019-04-14 19:36:30 UTC (rev 451646)
@@ -2,7 +2,7 @@
# Contributor: Romain Gautier <romain.gautier at nimamoh.com>
pkgname=kotlin
-pkgver=1.3.21
+pkgver=1.3.30
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=('dbc7fbed67e0fa9a2f2ef6efd89fc1ef8d92daa38bb23c1f23914869084deb56')
+sha256sums=('3d5c2219357ec0a247ccccba45377a5b544876871ce230da90e739953531bdec')
prepare() {
cd "${pkgname}c/bin"
More information about the arch-commits
mailing list