diff options
Diffstat (limited to 'development/kotlin/kotlin.SlackBuild')
-rw-r--r-- | development/kotlin/kotlin.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/kotlin/kotlin.SlackBuild b/development/kotlin/kotlin.SlackBuild index 4785fbe454..b89c9350e1 100644 --- a/development/kotlin/kotlin.SlackBuild +++ b/development/kotlin/kotlin.SlackBuild @@ -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} |