kotlin-bin: update to 1.3.21.
This commit is contained in:
parent
5f274beeb2
commit
05d9f632c7
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue