mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 20:41:19 +00:00
21 lines
678 B
JSON
21 lines
678 B
JSON
{
|
|
"version": "1.4.2",
|
|
"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.4.2/sbt-1.4.2.zip",
|
|
"hash": "4ea0b6fe056fd521eb6f785ee2e4694a2a0128b5de362e233cab0c1a20eb04eb",
|
|
"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"
|
|
}
|
|
}
|
|
}
|