kotlin-bin: update to 1.3.61.
This commit is contained in:
parent
14c311f261
commit
7ad5dd9737
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kotlin-bin'
|
# Template file for 'kotlin-bin'
|
||||||
pkgname=kotlin-bin
|
pkgname=kotlin-bin
|
||||||
version=1.3.50
|
version=1.3.61
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
wrksrc=kotlinc
|
wrksrc=kotlinc
|
||||||
makedepends="unzip setconf"
|
makedepends="unzip setconf"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://kotlinlang.org/"
|
homepage="https://kotlinlang.org/"
|
||||||
distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"
|
distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"
|
||||||
checksum=69424091a6b7f52d93eed8bba2ace921b02b113dbb71388d704f8180a6bdc6ec
|
checksum=3901151ad5d94798a268d1771c6c0b7e305a608c2889fc98a674802500597b1c
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
replaces="kotlin>=0"
|
replaces="kotlin>=0"
|
||||||
|
|
||||||
|
@ -34,10 +34,6 @@ do_install() {
|
||||||
vmkdir usr/share/kotlin-bin/lib
|
vmkdir usr/share/kotlin-bin/lib
|
||||||
vcopy lib/* 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
|
# build.txt must be installed for for "-version" to work
|
||||||
vcopy build.txt usr/share/kotlin-bin
|
vcopy build.txt usr/share/kotlin-bin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue