development/kotlin: Updated for version 1.2.61.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-08-31 18:43:00 +07:00
parent a58f740e70
commit 3b9765cb12
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=kotlin
SRCNAM=kotlin-compiler
VERSION=${VERSION:-1.2.60}
VERSION=${VERSION:-1.2.61}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="kotlin"
VERSION="1.2.60"
VERSION="1.2.61"
HOMEPAGE="https://kotlinlang.org/"
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.2.60/kotlin-compiler-1.2.60.zip"
MD5SUM="d7b84559ee8489ee9a1be83c88a710d0"
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.2.61/kotlin-compiler-1.2.61.zip"
MD5SUM="d475a151c77ee0b43fa49e4530694a62"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk setconf"