development/kotlin: Updated for version 1.2.21.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-02-13 07:47:29 +07:00
parent 3664aa7194
commit 96a5aa54f5
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for kotlin
# Copyright 2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017-2018 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.2.10}
VERSION=${VERSION:-1.2.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="kotlin"
VERSION="1.2.10"
VERSION="1.2.21"
HOMEPAGE="https://kotlinlang.org/"
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.2.10/kotlin-compiler-1.2.10.zip"
MD5SUM="8d53498beab74e3fe70e11c917f853ee"
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.2.21/kotlin-compiler-1.2.21.zip"
MD5SUM="4c081a930644791415f581f213d5c4f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk setconf"