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 1c8145bdb9e59..6a0b7091209ca 100644 --- a/development/kotlin/kotlin.SlackBuild +++ b/development/kotlin/kotlin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kotlin -# Copyright 2017-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2020 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.3.71} +VERSION=${VERSION:-1.3.72} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |