mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
19 lines
542 B
JSON
19 lines
542 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"version": "1.1.0",
|
|
"license": "BSD",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.1.0/sbt-1.1.0.zip",
|
|
"hash": "ae7c5f904f27a887e6ab0392467dad59350e757a73d3e13a1a18a0d2fe8ce80d",
|
|
"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"
|
|
}
|
|
}
|