mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
19 lines
541 B
JSON
19 lines
541 B
JSON
{
|
|
"homepage": "http://www.scala-sbt.org/",
|
|
"version": "1.0.2",
|
|
"license": "BSD",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.0.2/sbt-1.0.2.zip",
|
|
"hash": "858862c4b525ea7d10da3defd8ebd88200be7b415d096e4c39389566d8683f90",
|
|
"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"
|
|
}
|
|
}
|