mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
development/kotlin: Updated for version 1.3.72.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
237808762b
commit
271ca40883
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kotlin"
|
||||
VERSION="1.3.71"
|
||||
VERSION="1.3.72"
|
||||
HOMEPAGE="https://kotlinlang.org/"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.3.71/kotlin-compiler-1.3.71.zip"
|
||||
MD5SUM="a963cd78aa527db81ada1f21a576358f"
|
||||
DOWNLOAD="https://github.com/JetBrains/kotlin/releases/download/v1.3.72/kotlin-compiler-1.3.72.zip"
|
||||
MD5SUM="807fee2bbe95ea2031166b14270d8104"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk setconf"
|
||||
|
|
Loading…
Reference in a new issue