mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
sbt: update to 1.2.7.
This commit is contained in:
parent
b5a8002323
commit
61e4b239a1
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'sbt'
|
||||
pkgname=sbt
|
||||
version=1.2.3
|
||||
version=1.2.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc=${pkgname}
|
||||
wrksrc="$pkgname"
|
||||
depends="virtual?java-environment"
|
||||
short_desc="The interactive build tool for Scala and Java"
|
||||
maintainer="Damian Czaja <trojan295@gmail.com>"
|
||||
|
@ -11,7 +11,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://www.scala-sbt.org"
|
||||
distfiles="https://sbt-downloads.cdnedge.bluemix.net/releases/v${version}/${pkgname}-${version}.tgz
|
||||
https://raw.githubusercontent.com/sbt/sbt/v${version}/LICENSE>LICENSE.txt"
|
||||
checksum="d502fbe587a6c2181d6acc688741ae4131386bb10ca50c73c923effc60bafeeb
|
||||
checksum="2625cbd8db75ec9b4a57e9a0af55a5ee8ad7700e1eba7d97ad78d9296450e781
|
||||
4a63870e342ef614e3ba2d5e1de3fcc5543504df6e96ecafac00f674a7972ab2"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue