mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
21 lines
681 B
JSON
21 lines
681 B
JSON
{
|
|
"version": "1.3.13",
|
|
"description": "A build tool for Scala, Java, and more",
|
|
"homepage": "https://www.scala-sbt.org",
|
|
"license": "BSD-3-Clause",
|
|
"url": "https://github.com/sbt/sbt/releases/download/v1.3.13/sbt-1.3.13.zip",
|
|
"hash": "edebbafa8d0541ad307600cd3f12b1a41bd688b8035aca24489d4a13638dfe05",
|
|
"extract_dir": "sbt",
|
|
"bin": "bin\\sbt.bat",
|
|
"checkver": {
|
|
"url": "https://www.scala-sbt.org/download.html",
|
|
"regex": "/sbt-([\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/sbt/sbt/releases/download/v$version/sbt-$version.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|