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