kotlin-bin: update to 1.3.21.

This commit is contained in:
maxice8 2019-02-17 07:32:37 -03:00 committed by maxice8
parent 5f274beeb2
commit 05d9f632c7

View file

@ -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 <realtiaz@gmail.com>"
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"