development/kotlin: Updated for version 1.4.30.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-02-06 23:17:19 +07:00
parent d1e27649b2
commit 60a3dd5a13
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for kotlin # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=kotlin PRGNAM=kotlin
SRCNAM=kotlin-compiler SRCNAM=kotlin-compiler
VERSION=${VERSION:-1.4.21} VERSION=${VERSION:-1.4.30}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="kotlin" PRGNAM="kotlin"
VERSION="1.4.21" VERSION="1.4.30"
HOMEPAGE="https://kotlinlang.org/" HOMEPAGE="https://kotlinlang.org/"
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.4.21/kotlin-compiler-1.4.21.zip" DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.4.30/kotlin-compiler-1.4.30.zip"
MD5SUM="92db4794b40a8f0a09a5711c1c9a2c64" MD5SUM="0fc69eb3a8c300573aff020d117b1888"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="jdk setconf" REQUIRES="jdk setconf"