Update ReSharper CLT to 2016.2 (#1009)

Fix update checkers for thrift and resharper
This commit is contained in:
Gustavo Veloso 2016-08-23 19:22:57 -03:00 committed by Luke Sampson
parent 190e62409f
commit 87fd666cdc
2 changed files with 8 additions and 5 deletions

View File

@ -1,9 +1,12 @@
{
"version": "2016.1.2",
"version": "2016.2",
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
"license": "https://www.jetbrains.com/resharper/buy/command_line_license.html",
"url": "https://download-cf.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2016.1.20160523.144749.zip",
"hash": "95e40e9f8d34690e4d1b47954a2b2a4e97eca6a8284c53d7b6d5f45718019ea2",
"url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2016.2.20160818.172304.zip",
"hash": "060cae3b5bb9000465f6e402e12da4c15e3c1339ad4bd6178b6e69d754ccc937",
"bin": ["dupfinder.exe", "inspectcode.exe"],
"checkver": "<span data-release-version data-code=\"RSU\">([\\w+.*]+)</span>"
"checkver": {
"url": "https://www.jetbrains.com/help/resharper/Introduction__Whats_New.html",
"re": "<h2>ReSharper/ReSharper\\s+C\\+\\+\\s+((\\d+\\.*)+)</h2>"
}
}

View File

@ -5,5 +5,5 @@
"url": "http://www-us.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe",
"hash": "md5:d373614a4fac5cf0aff1340dfe630acb",
"bin": [["thrift-0.9.3.exe", "thrift"]],
"checkver": "<div class=\"span3 well center pull-right\"><p>Apache Thrift v([0-99\\.]+)</p></div>"
"checkver": "Apache\\s+Thrift\\s+v([0-99\\.]+)"
}