2023-01-05 08:29:01 +00:00

21 lines
678 B
JSON

{
"version": "1.8.2",
"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.8.2/sbt-1.8.2.zip",
"hash": "68517fe663d7834f3a7feb9a64b51911492e2edf81b6b297d50a8a36cfc03235",
"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"
}
}
}