mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"version": "1.2.3",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.2.3/sbt-1.2.3.zip",
|
|
"hash": "9a05a905edf3fcae2f7ada5689e413a470e3d40d2a19a8ca47dd6a50cbe84ddf",
|
|
"extract_dir": "sbt",
|
|
"bin": [
|
|
"bin\\sbt.bat"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/sbt/sbt"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
|
|
"extract_dir": "sbt"
|
|
}
|
|
}
|