development/sbt: Updated for version 1.10.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1872120cba
commit
a28e25a29a
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sbt
|
||||
VERSION=${VERSION:-1.9.7}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sbt"
|
||||
VERSION="1.9.7"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://www.scala-sbt.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/sbt/sbt/releases/download/v1.9.7/sbt-1.9.7.tgz"
|
||||
MD5SUM_x86_64="37153bc352c1109bbdc4512d65bf34ad"
|
||||
DOWNLOAD_x86_64="https://github.com/sbt/sbt/releases/download/v1.10.0/sbt-1.10.0.tgz"
|
||||
MD5SUM_x86_64="581a3a4b6922810bac3d00dd50be3f2e"
|
||||
REQUIRES="zulu-openjdk8"
|
||||
MAINTAINER="Julian Grinblat"
|
||||
EMAIL="julian@dotcore.co.il"
|
||||
|
|
Loading…
Reference in New Issue