mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 03:41:18 +00:00
20 lines
594 B
JSON
20 lines
594 B
JSON
{
|
|
"homepage": "http://www.scala-sbt.org/",
|
|
"version": "0.13.15",
|
|
"license": "BSD",
|
|
"url": "https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.zip",
|
|
"hash": "18b106d09b2874f2a538c6e1f6b20c565885b2a8051428bd6d630fb92c1c0f96",
|
|
"extract_dir": "sbt",
|
|
"bin": [
|
|
"bin\\sbt.bat"
|
|
],
|
|
"checkver": {
|
|
"url": "http://www.scala-sbt.org/download.html",
|
|
"re": "/sbt-([\\d.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/sbt/native-packages/sbt/$version/sbt-$version.zip",
|
|
"extract_dir": "sbt"
|
|
}
|
|
}
|