mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
18 lines
597 B
JSON
18 lines
597 B
JSON
{
|
|
"homepage": "https://www.scala-sbt.org/",
|
|
"description": "A build tool for Scala, Java, and more.",
|
|
"version": "1.3.8",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.3.8/sbt-1.3.8.zip",
|
|
"hash": "3527c2a61c937f13a57ec8bebb5400f0fb68d1d53cbd2d16767032d175d727f2",
|
|
"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"
|
|
}
|
|
}
|