Update checkvers (#1016)

Upgrade RethinkDB
This commit is contained in:
Gustavo Veloso 2016-08-30 18:49:26 -03:00 committed by Luke Sampson
parent 7c54b8fe79
commit 1d1674829b
7 changed files with 22 additions and 16 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.7.0", "version": "1.7",
"homepage": "http://golang.org", "homepage": "http://golang.org",
"license": "http://golang.org/LICENSE", "license": "http://golang.org/LICENSE",
"architecture": { "architecture": {

View File

@ -1,6 +1,6 @@
{ {
"homepage": "https://www.mercurial-scm.org/", "homepage": "https://www.mercurial-scm.org/",
"version": "3.9.0", "version": "3.9",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt", "license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -15,7 +15,7 @@
"innosetup": true, "innosetup": true,
"bin": "hg.exe", "bin": "hg.exe",
"checkver": { "checkver": {
"url": "https://www.mercurial-scm.org/downloads", "url": "https://www.mercurial-scm.org/wiki/WhatsNew",
"re": "<em>Mercurial\\s+([0-9\\.]+)\\s+Inno\\s+Setup.*<\\/em>" "re": "Mercurial\\s+([0-9\\.]+)\\s+\\([0-9\\-]+\\)"
} }
} }

View File

@ -1,15 +1,15 @@
{ {
"homepage": "http://nodejs.org", "homepage": "http://nodejs.org",
"version": "6.4.0", "version": "6.5.0",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi", "url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x64.msi",
"hash": "c2f9970ff7402078f4210f981f96672c28bba018b4390517cbc4a1a785a4b7b7" "hash": "2A269B0B9FEE2C502D4A81168F12315E9D55396641522249931F0F88E02638C4"
}, },
"32bit": { "32bit": {
"url": "https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi", "url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x86.msi",
"hash": "35df69a68e14e9029589b22d79211c4b73cdf70a6df42777ad86e1e5b0fb759a" "hash": "93DB364A5F519E8A29BB2279B470DA7708F3869BCB4F8D597121F58F12F9B0FC"
} }
}, },
"env_add_path": "nodejs", "env_add_path": "nodejs",

View File

@ -1,11 +1,11 @@
{ {
"homepage": "https://www.rethinkdb.com/", "homepage": "https://www.rethinkdb.com/",
"license": "http://www.gnu.org/licenses/agpl-3.0.html", "license": "http://www.gnu.org/licenses/agpl-3.0.html",
"version": "2.3.4", "version": "2.3.5",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.4.zip", "url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.5.zip",
"hash": "DAC7D7DC1473DD6748F1F920821A67E7FFE60FD18BEF84CA1B6DB8340AC9687C" "hash": "AFC431C0AAA6D8B05090F4C33BC527BAB6D889555A9817789F155AC45BC51573"
} }
}, },
"bin": "rethinkdb.exe", "bin": "rethinkdb.exe",

View File

@ -17,5 +17,8 @@
"Rust\\bin\\rustdoc.exe", "Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe" "Rust\\bin\\cargo.exe"
], ],
"checkver": "var rec_package_name = \"([0-9\\.]+)\";" "checkver": {
"url": "https://github.com/rust-lang/rust/releases",
"re": "<span class=\"tag-name\">([0-9\\.]+)</span>"
}
} }

View File

@ -17,5 +17,8 @@
"Rust\\bin\\rustdoc.exe", "Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe" "Rust\\bin\\cargo.exe"
], ],
"checkver": "var rec_package_name = \"([0-9\\.]+)\";" "checkver": {
"url": "https://github.com/rust-lang/rust/releases",
"re": "<span class=\"tag-name\">([0-9\\.]+)</span>"
}
} }

View File

@ -26,7 +26,7 @@
"bin\\svnversion.exe" "bin\\svnversion.exe"
], ],
"checkver": { "checkver": {
"url": "http://sliksvn.com/pub/", "url": "https://sliksvn.com/download/",
"re": "<a>Slik-Subversion-([0-9\\.]+)-x64.zip<\\/a>" "re": "<a href=\"https://sliksvn\\.com/pub/Slik\\-Subversion\\-([0-9\\.]+)\\-win32\\.zip\""
} }
} }