development/kotlin: Updated for version 1.4.30.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1e27649b2
commit
60a3dd5a13
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for kotlin
|
||||
|
||||
# Copyright 2017-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=kotlin
|
||||
SRCNAM=kotlin-compiler
|
||||
VERSION=${VERSION:-1.4.21}
|
||||
VERSION=${VERSION:-1.4.30}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kotlin"
|
||||
VERSION="1.4.21"
|
||||
VERSION="1.4.30"
|
||||
HOMEPAGE="https://kotlinlang.org/"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.4.21/kotlin-compiler-1.4.21.zip"
|
||||
MD5SUM="92db4794b40a8f0a09a5711c1c9a2c64"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-compiler-1.4.30.zip"
|
||||
MD5SUM="0fc69eb3a8c300573aff020d117b1888"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk setconf"
|
||||
|
|
Loading…
Reference in New Issue