summaryrefslogtreecommitdiffstats
path: root/development/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'development/kotlin')
-rw-r--r--development/kotlin/kotlin.SlackBuild7
-rw-r--r--development/kotlin/kotlin.info8
2 files changed, 6 insertions, 9 deletions
diff --git a/development/kotlin/kotlin.SlackBuild b/development/kotlin/kotlin.SlackBuild
index ecf1934466..db467e97a6 100644
--- a/development/kotlin/kotlin.SlackBuild
+++ b/development/kotlin/kotlin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for kotlin
-# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,16 +26,13 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kotlin
SRCNAM=kotlin-compiler
-VERSION=${VERSION:-1.5.30}
+VERSION=${VERSION:-1.9.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/kotlin/kotlin.info b/development/kotlin/kotlin.info
index a36023cc26..fed61d9990 100644
--- a/development/kotlin/kotlin.info
+++ b/development/kotlin/kotlin.info
@@ -1,10 +1,10 @@
PRGNAM="kotlin"
-VERSION="1.5.30"
+VERSION="1.9.23"
HOMEPAGE="https://kotlinlang.org/"
-DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.5.30/kotlin-compiler-1.5.30.zip"
-MD5SUM="81273ddc11c1db2e6a3357e72f573ef3"
+DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.9.23/kotlin-compiler-1.9.23.zip"
+MD5SUM="737f1c4de43970cdfda915e311128f49"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk setconf"
+REQUIRES="zulu-openjdk8 setconf"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"