mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/scala: Updated for version 2.12.3
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
parent
227b499466
commit
dacfeec23e
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
# Updated by Andre Barboza <bmg.andre@gmail.com>
|
||||
|
||||
PRGNAM=scala
|
||||
VERSION=${VERSION:-2.12.2}
|
||||
VERSION=${VERSION:-2.12.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scala"
|
||||
VERSION="2.12.2"
|
||||
VERSION="2.12.3"
|
||||
HOMEPAGE="http://www.scala-lang.org/"
|
||||
DOWNLOAD="http://downloads.lightbend.com/scala/2.12.2/scala-2.12.2.tgz"
|
||||
MD5SUM="fb1d385259bbb9c4f22f3976ebe2b657"
|
||||
DOWNLOAD="http://downloads.lightbend.com/scala/2.12.3/scala-2.12.3.tgz"
|
||||
MD5SUM="68ba79e2172fc1ab8120fe6c615a2713"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue