From 05d9f632c7ad5b1fe28822a5ec91863d3fa93443 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 17 Feb 2019 07:32:37 -0300 Subject: [PATCH] kotlin-bin: update to 1.3.21. --- srcpkgs/kotlin-bin/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template index da2582196aa..be392168cfd 100644 --- a/srcpkgs/kotlin-bin/template +++ b/srcpkgs/kotlin-bin/template @@ -1,9 +1,9 @@ # Template file for 'kotlin-bin' pkgname=kotlin-bin -version=1.3.11 +version=1.3.21 revision=1 -wrksrc="kotlinc" -only_for_archs="x86_64" +archs=x86_64 +wrksrc=kotlinc makedepends="unzip setconf" depends="openjdk" short_desc="Statically typed programming language that can interoperate with Java" @@ -11,7 +11,7 @@ maintainer="shizonic " license="Apache-2.0" homepage="https://kotlinlang.org/" distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip" -checksum=03de0f1a4b49d36433e60ae495982f046782eb3725e6e22a04e24ef38be9a409 +checksum=dbc7fbed67e0fa9a2f2ef6efd89fc1ef8d92daa38bb23c1f23914869084deb56 nostrip=yes replaces="kotlin>=0"