Ross Smith II 4897362d0c Fix various hashes + HTTPS everywhere (#1563)
* Fix various hashes

* HTTPS everywhere
2017-06-19 11:39:31 +02:00

20 lines
596 B
JSON

{
"homepage": "https://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": "https://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"
}
}