mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/kotlin: Updated for version 1.1.2_5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25a1c03cd6
commit
22b9f96672
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=kotlin
|
||||
SRCNAM=kotlin-compiler
|
||||
VERSION=${VERSION:-1.1.2_2}
|
||||
VERSION=${VERSION:-1.1.2_5}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kotlin"
|
||||
VERSION="1.1.2_2"
|
||||
VERSION="1.1.2_5"
|
||||
HOMEPAGE="https://kotlinlang.org/"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.1.2-2/kotlin-compiler-1.1.2-2.zip"
|
||||
MD5SUM="13bdc70fa7ade2f75ba1197251534a4b"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.1.2-5/kotlin-compiler-1.1.2-5.zip"
|
||||
MD5SUM="5944c3291cc297b833e6b35df27166b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk setconf"
|
||||
|
|
Loading…
Reference in a new issue