mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"version": "1.2.1",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.2.1/sbt-1.2.1.zip",
|
|
"hash": "83b10679682ba87e1ee0b1ed7180d83569f9f6264ef3632452ff65f23addb797",
|
|
"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"
|
|
}
|
|
}
|