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