mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
19 lines
542 B
JSON
19 lines
542 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"version": "1.1.6",
|
|
"license": "BSD",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.1.6/sbt-1.1.6.zip",
|
|
"hash": "73811a1789261da9334f1016bc0538953a24e0953690c75c9c2e59eb20c4983c",
|
|
"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"
|
|
}
|
|
}
|