mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
development/kotlin: Updated for version 1.1.61.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41c077b8a4
commit
0b1c06be8e
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=kotlin
|
||||
SRCNAM=kotlin-compiler
|
||||
VERSION=${VERSION:-1.1.50}
|
||||
VERSION=${VERSION:-1.1.61}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kotlin"
|
||||
VERSION="1.1.50"
|
||||
VERSION="1.1.61"
|
||||
HOMEPAGE="https://kotlinlang.org/"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.1.50/kotlin-compiler-1.1.50.zip"
|
||||
MD5SUM="1e746c055b92c64e089c0b8a9af70846"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.1.61/kotlin-compiler-1.1.61.zip"
|
||||
MD5SUM="efb3b4f82b06e5c90f62e5de19738ef9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk setconf"
|
||||
|
|
Loading…
Reference in a new issue