2021-05-31 23:07:00 -07:00

21 lines
678 B
JSON

{
"version": "1.5.3",
"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.5.3/sbt-1.5.3.zip",
"hash": "991aff077a2e3ff5a3c4518c001e47173d99071cbd69f54d600de85f19b6333d",
"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"
}
}
}