2021-12-16 16:32:07 +00:00

21 lines
678 B
JSON

{
"version": "1.5.7",
"description": "A build tool for Scala, Java, and more",
"homepage": "https://www.scala-sbt.org",
"license": "BSD-3-Clause",
"url": "https://github.com/sbt/sbt/releases/download/v1.5.7/sbt-1.5.7.zip",
"hash": "18a0f494c6d5cd02cec5e315a51834d20beda6c8bc9dde209514864867db6cb7",
"extract_dir": "sbt",
"bin": "bin\\sbt.bat",
"checkver": {
"url": "https://www.scala-sbt.org/download.html",
"regex": "/sbt-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}