kotlin-bin: update to 1.3.61.

This commit is contained in:
Toby Merz 2020-02-07 10:19:50 +01:00 committed by Helmut Pozimski
parent 14c311f261
commit 7ad5dd9737

View file

@ -1,7 +1,7 @@
# Template file for 'kotlin-bin'
pkgname=kotlin-bin
version=1.3.50
revision=2
version=1.3.61
revision=1
archs="x86_64"
wrksrc=kotlinc
makedepends="unzip setconf"
@ -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=69424091a6b7f52d93eed8bba2ace921b02b113dbb71388d704f8180a6bdc6ec
checksum=3901151ad5d94798a268d1771c6c0b7e305a608c2889fc98a674802500597b1c
nostrip=yes
replaces="kotlin>=0"
@ -34,10 +34,6 @@ do_install() {
vmkdir usr/share/kotlin-bin/lib
vcopy lib/* usr/share/kotlin-bin/lib
# licenses
vlicense license/LICENSE.txt
vlicense license/NOTICE.txt
# build.txt must be installed for for "-version" to work
vcopy build.txt usr/share/kotlin-bin
}