diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template index c266fbe1410..c7f0847a44e 100644 --- a/srcpkgs/kotlin-bin/template +++ b/srcpkgs/kotlin-bin/template @@ -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 " 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 }