diff options
Diffstat (limited to 'development/scala3')
-rw-r--r-- | development/scala3/scala3.SlackBuild | 2 | ||||
-rw-r--r-- | development/scala3/scala3.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/scala3/scala3.SlackBuild b/development/scala3/scala3.SlackBuild index c408d46899..4d1f72f884 100644 --- a/development/scala3/scala3.SlackBuild +++ b/development/scala3/scala3.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scala3 -VERSION=${VERSION:-3.6.4} +VERSION=${VERSION:-3.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/scala3/scala3.info b/development/scala3/scala3.info index 128a38438b..92f6d0d445 100644 --- a/development/scala3/scala3.info +++ b/development/scala3/scala3.info @@ -1,8 +1,8 @@ PRGNAM="scala3" -VERSION="3.6.4" +VERSION="3.7.2" HOMEPAGE="https://www.scala-lang.org/" -DOWNLOAD="https://github.com/scala/scala3/releases/download/3.6.4/scala3-3.6.4-x86_64-pc-linux.tar.gz" -MD5SUM="fc1384073cabc65080e0e95a89e11710" +DOWNLOAD="https://github.com/scala/scala3/releases/download/3.7.2/scala3-3.7.2-x86_64-pc-linux.tar.gz" +MD5SUM="9d7bb068076d48b0fc8e7ae0937f515a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" |