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 2078229142ce0..7d7160615586b 100644 --- a/development/kotlin/kotlin.SlackBuild +++ b/development/kotlin/kotlin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kotlin -# Copyright 2017-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2017-2019 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.20} +VERSION=${VERSION:-1.3.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |