mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
18 lines
598 B
JSON
18 lines
598 B
JSON
{
|
|
"version": "1.3.10",
|
|
"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.10/sbt-1.3.10.zip",
|
|
"hash": "185a03422674a638750beffbd0f7203b5d9f4b70824fbf183710958e99ca46b8",
|
|
"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"
|
|
}
|
|
}
|