mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
18 lines
598 B
JSON
18 lines
598 B
JSON
{
|
|
"version": "1.3.12",
|
|
"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.3.12/sbt-1.3.12.zip",
|
|
"hash": "1914caf18790d2320c37ef091ba696f8fc00808e034597e948196d0ec0f39e0a",
|
|
"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"
|
|
}
|
|
}
|