diff options
-rw-r--r-- | development/scala/scala.SlackBuild | 2 | ||||
-rw-r--r-- | development/scala/scala.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/scala/scala.SlackBuild b/development/scala/scala.SlackBuild index 83239931a5..36aed973a9 100644 --- a/development/scala/scala.SlackBuild +++ b/development/scala/scala.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scala -VERSION=${VERSION:-2.13.6} +VERSION=${VERSION:-2.13.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/scala/scala.info b/development/scala/scala.info index ae6ab469d7..dbc6d8624d 100644 --- a/development/scala/scala.info +++ b/development/scala/scala.info @@ -1,8 +1,8 @@ PRGNAM="scala" -VERSION="2.13.6" +VERSION="2.13.8" HOMEPAGE="https://www.scala-lang.org/" -DOWNLOAD="http://downloads.lightbend.com/scala/2.13.6/scala-2.13.6.tgz" -MD5SUM="68ba79e2172fc1ab8120fe6c615a2713" +DOWNLOAD="https://downloads.lightbend.com/scala/2.13.8/scala-2.13.8.tgz" +MD5SUM="def507d6394532c0562827127ce37ea6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |