Fix checkver.re for sbt (#1632)

* Fix checkver.re for sbt

* sbt: fix URL and update to version 0.13.16
This commit is contained in:
Sergey 2017-07-29 17:50:19 +03:00 committed by Richard Kuhnt
parent 21ca97385a
commit 60506413bc

View File

@ -1,19 +1,19 @@
{
"homepage": "http://www.scala-sbt.org/",
"version": "0.13.15",
"version": "0.13.16",
"license": "BSD",
"url": "https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.zip",
"hash": "18b106d09b2874f2a538c6e1f6b20c565885b2a8051428bd6d630fb92c1c0f96",
"url": "https://cocl.us/sbt01316zip",
"hash": "e94d95ff2d64247b754782ea85e99187ea890dc4c918a7ba7dcb6091fdb5968c",
"extract_dir": "sbt",
"bin": [
"bin\\sbt.bat"
],
"checkver": {
"url": "http://www.scala-sbt.org/download.html",
"re": "/sbt-([\\d.]+).zip"
"re": "sbt-([\\d.]+).zip"
},
"autoupdate": {
"url": "https://dl.bintray.com/sbt/native-packages/sbt/$version/sbt-$version.zip",
"url": "https://cocl.us/sbt$cleanVersionzip",
"extract_dir": "sbt"
}
}