2023-12-15 08:26:50 +00:00

21 lines
678 B
JSON

{
"version": "1.9.8",
"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.9.8/sbt-1.9.8.zip",
"hash": "380192b772a02004b0677a4125954ef672c1e9971683e12c1c866a191757a5b9",
"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"
}
}
}