mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
17 lines
541 B
JSON
17 lines
541 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"version": "0.13.18",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v0.13.18/sbt-0.13.18.zip",
|
|
"hash": "4542880cc12518f4d7d574b5d0c1d08c8e15e2c53bb3fa8418f9cf8cd98c4ade",
|
|
"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"
|
|
}
|
|
}
|