mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"version": "1.2.4",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.2.4/sbt-1.2.4.zip",
|
|
"hash": "6579fd067c99c6aa4a1f851624275889f58c7035ef4368d53ea2c83b312a4040",
|
|
"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"
|
|
}
|
|
}
|