diff --git a/development/scala3/scala3.SlackBuild b/development/scala3/scala3.SlackBuild index 66344c4c3e9..0938b074daf 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.8.2} +VERSION=${VERSION:-3.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/scala3/scala3.info b/development/scala3/scala3.info index 8fd742a01e3..67445d429e0 100644 --- a/development/scala3/scala3.info +++ b/development/scala3/scala3.info @@ -1,8 +1,8 @@ PRGNAM="scala3" -VERSION="3.8.2" +VERSION="3.8.3" HOMEPAGE="https://www.scala-lang.org/" -DOWNLOAD="https://github.com/scala/scala3/releases/download/3.8.2/scala3-3.8.2-x86_64-pc-linux.tar.gz" -MD5SUM="c90746760ad509c468795ffd79dbf731" +DOWNLOAD="https://github.com/scala/scala3/releases/download/3.8.3/scala3-3.8.3-x86_64-pc-linux.tar.gz" +MD5SUM="465dd4f704a776b5837b517d42206bb0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk17"