Date: Thursday, February 14, 2019 @ 17:21:49
  Author: arodseth
Revision: 432221

upgpkg: kotlin 1.3.21-1

Modified:
  kotlin/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-14 17:03:34 UTC (rev 432220)
+++ PKGBUILD    2019-02-14 17:21:49 UTC (rev 432221)
@@ -2,7 +2,7 @@
 # Contributor: Romain Gautier <[email protected]>
 
 pkgname=kotlin
-pkgver=1.3.11
+pkgver=1.3.21
 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=('03de0f1a4b49d36433e60ae495982f046782eb3725e6e22a04e24ef38be9a409')
+sha256sums=('dbc7fbed67e0fa9a2f2ef6efd89fc1ef8d92daa38bb23c1f23914869084deb56')
 
 prepare() {
   cd "${pkgname}c/bin"

Reply via email to