2021-04-04 20:00:22 +00:00

21 lines
678 B
JSON

{
"version": "1.5.0",
"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.0/sbt-1.5.0.zip",
"hash": "647ef60ca20815d70a6c59d8fe939a7bab4f3f0f1be66d2954da07d431131cce",
"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"
}
}
}