mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
19 lines
541 B
JSON
19 lines
541 B
JSON
{
|
|
"homepage": "http://www.scala-sbt.org/",
|
|
"version": "1.0.4",
|
|
"license": "BSD",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.0.4/sbt-1.0.4.zip",
|
|
"hash": "27b511fb26f38af4d480bd964da4130a94716302c596fce1d9d1e44fb58cbca2",
|
|
"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"
|
|
}
|
|
}
|