mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/kotlin: Updated for version 1.7.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1f8ebb88ac
commit
a3a4411fde
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=kotlin
|
||||
SRCNAM=kotlin-compiler
|
||||
VERSION=${VERSION:-1.7.10}
|
||||
VERSION=${VERSION:-1.7.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kotlin"
|
||||
VERSION="1.7.10"
|
||||
VERSION="1.7.20"
|
||||
HOMEPAGE="https://kotlinlang.org/"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.7.10/kotlin-compiler-1.7.10.zip"
|
||||
MD5SUM="f84137dae1d8b9c1fd00bb34d85948fb"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.7.20/kotlin-compiler-1.7.20.zip"
|
||||
MD5SUM="d650d80e978db41d3c83e025ea6373dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8 setconf"
|
||||
|
|
Loading…
Reference in a new issue