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 4d1f72f884..1621849921 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.7.2} +VERSION=${VERSION:-3.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/scala3/scala3.info b/development/scala3/scala3.info index 92f6d0d445..c20600ac1b 100644 --- a/development/scala3/scala3.info +++ b/development/scala3/scala3.info @@ -1,8 +1,8 @@ PRGNAM="scala3" -VERSION="3.7.2" +VERSION="3.7.3" HOMEPAGE="https://www.scala-lang.org/" -DOWNLOAD="https://github.com/scala/scala3/releases/download/3.7.2/scala3-3.7.2-x86_64-pc-linux.tar.gz" -MD5SUM="9d7bb068076d48b0fc8e7ae0937f515a" +DOWNLOAD="https://github.com/scala/scala3/releases/download/3.7.3/scala3-3.7.3-x86_64-pc-linux.tar.gz" +MD5SUM="b044e26585198e924e6bba6e17f8eeb6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" |