diff --git a/cmake.json b/cmake.json index 1191fa5dac..822fc7e7f5 100644 --- a/cmake.json +++ b/cmake.json @@ -21,5 +21,5 @@ "bin/ctest.exe", "bin/cmake-gui.exe" ], - "checkver": "

CMake version ([0-9\\.]+) is now available for download<\/p>" + "checkver": "CMake\\s+([0-9\\.]+)\\s+available\\s+for\\s+download" } diff --git a/ffmpeg.json b/ffmpeg.json index c0e43e00f5..f1612c0979 100644 --- a/ffmpeg.json +++ b/ffmpeg.json @@ -1,17 +1,17 @@ { - "version": "2016-07-06", + "version": "2016-08-26", "homepage": "http://ffmpeg.zeranoe.com/builds/", "license": "GPL3", "architecture": { "64bit": { - "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20160706-3f5b7a2-win64-static.zip", - "hash": "8075c68fc11bb3c3067af1ebc3b8dc8ee3dbb1b12202327c378712127fea1a20", - "extract_dir": "ffmpeg-20160706-3f5b7a2-win64-static" + "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20160826-bcd1153-win64-static.zip", + "hash": "5EC8C40EFC74766A8383F265D5C5A3B3E2B698603D1B2C0781A22AF1E8CB9348", + "extract_dir": "ffmpeg-20160826-bcd1153-win64-static" }, "32bit": { - "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20160706-3f5b7a2-win32-static.zip", - "hash": "c020e081af15b0ef1ef20685810bbdfdb7506b06430f5ed0ecfcb1d564f202f7", - "extract_dir": "ffmpeg-20160706-3f5b7a2-win32-static" + "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20160826-bcd1153-win32-static.zip", + "hash": "C98B85A7FEA9DA47D50871079510CD3B42222BD76C48B01A4A9813110503A0E7", + "extract_dir": "ffmpeg-20160826-bcd1153-win32-static" } }, "bin": [ @@ -19,5 +19,5 @@ "bin\\ffplay.exe", "bin\\ffprobe.exe" ], - "checkver": "

Latest Zeranoe FFmpeg Build Version: git-[0-9a-f]{6,8} \\((.*)\\)<\\/h2>" + "checkver": "

Latest Zeranoe FFmpeg Build Version: \\w{7}\\s+\\((.*)\\)<\\/h2>" } diff --git a/git-with-openssh.json b/git-with-openssh.json index f1ad18e29c..d7298a7af5 100644 --- a/git-with-openssh.json +++ b/git-with-openssh.json @@ -1,16 +1,16 @@ { "homepage": "https://git-for-windows.github.io/", "license": "GPL2", - "version": "2.9.3.windows.1", + "version": "2.9.3.windows.2", "architecture": { - "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.1/PortableGit-2.9.3-64-bit.7z.exe#/dl.7z", - "hash": "3423EA5C7E025A67903E05D1493680D6D5D6666429A9C400CC9E33BEEA5ADB1B" - }, - "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.1/PortableGit-2.9.3-32-bit.7z.exe#/dl.7z", - "hash": "CD142CBB124D7C3E3C3BF144785E57573AFD2FC9C043447B7F5111EC044E6CED" - } + "64bit": { + "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.2/PortableGit-2.9.3.2-64-bit.7z.exe#/dl.7z", + "hash": "2115CBD45B20EFC62DCFA57CE86D5B6F3F15E8A887F253BAEB43E3BFF836810E" + }, + "32bit": { + "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.2/PortableGit-2.9.3.2-32-bit.7z.exe#/dl.7z", + "hash": "A173516BA51D7B1D926B78243911C55962C007CC6EA822D1CCA37963A4794C68" + } }, "bin": [ "cmd\\git.exe", diff --git a/git.json b/git.json index 0971ffb6ad..de152631b1 100644 --- a/git.json +++ b/git.json @@ -1,15 +1,15 @@ { "homepage": "https://git-for-windows.github.io/", "license": "GPL2", - "version": "2.9.3.windows.1", + "version": "2.9.3.windows.2", "architecture": { "64bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.1/PortableGit-2.9.3-64-bit.7z.exe#/dl.7z", - "hash": "3423EA5C7E025A67903E05D1493680D6D5D6666429A9C400CC9E33BEEA5ADB1B" + "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.2/PortableGit-2.9.3.2-64-bit.7z.exe#/dl.7z", + "hash": "2115CBD45B20EFC62DCFA57CE86D5B6F3F15E8A887F253BAEB43E3BFF836810E" }, "32bit": { - "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.1/PortableGit-2.9.3-32-bit.7z.exe#/dl.7z", - "hash": "CD142CBB124D7C3E3C3BF144785E57573AFD2FC9C043447B7F5111EC044E6CED" + "url": "https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.2/PortableGit-2.9.3.2-32-bit.7z.exe#/dl.7z", + "hash": "A173516BA51D7B1D926B78243911C55962C007CC6EA822D1CCA37963A4794C68" } }, "bin": [ diff --git a/mercurial.json b/mercurial.json index 87bd86bad9..da28448a30 100644 --- a/mercurial.json +++ b/mercurial.json @@ -1,21 +1,21 @@ { - "homepage": "https://mercurial-scm.org/", - "version": "3.8.3", + "homepage": "https://www.mercurial-scm.org/", + "version": "3.9.0", "license": "http://www.gnu.org/licenses/gpl-2.0.txt", "architecture": { "64bit": { - "url": "https://mercurial-scm.org/release/windows/Mercurial-3.8.3-x64.exe", - "hash": "5c8a9035e80517d793237d2a598b6a691fb5d9ea87d40d35b29cf554a9b8c73b" + "url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x64.msi", + "hash": "24AA08E8EC53CE7E87F046F623CA3D12CC30E7334FB8D450A2C885A15BDDAF69" }, "32bit": { - "url": "https://mercurial-scm.org/release/windows/Mercurial-3.8.3.exe", - "hash": "fe22dab4b7560f53f48d1e7c22f1136a87c78272e10e2ad8367bfcf789ea7df6" + "url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x86.msi", + "hash": "12E445D1353D93771DEB4F38838D88F5B1B24571CA0FC19BE6E17A211B11C471" } }, "innosetup": true, "bin": "hg.exe", "checkver": { - "url": "https://mercurial-scm.org/downloads", - "re": "Mercurial ([0-9\\.]+) Inno Setup installer - x86 Windows - does not require admin rights" + "url": "https://www.mercurial-scm.org/downloads", + "re": "Mercurial\\s+([0-9\\.]+)\\s+Inno\\s+Setup.*<\\/em>" } } diff --git a/rethinkdb b/rethinkdb deleted file mode 100644 index d0f5555819..0000000000 --- a/rethinkdb +++ /dev/null @@ -1,12 +0,0 @@ -{ - "homepage": "https://www.rethinkdb.com/", - "license": "http://www.gnu.org/licenses/agpl-3.0.html", - "version": "2.3.2", - "architecture": { - "64bit": { - "url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.2.zip", - "hash": "c671552a1abd854d1e9852ac0d316a9a902052ee85031f4b458262f62905edb9" - } - }, - "bin": "rethinkdb.exe" -} diff --git a/rethinkdb.json b/rethinkdb.json new file mode 100644 index 0000000000..48875f4a87 --- /dev/null +++ b/rethinkdb.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://www.rethinkdb.com/", + "license": "http://www.gnu.org/licenses/agpl-3.0.html", + "version": "2.3.4", + "architecture": { + "64bit": { + "url": "https://download.rethinkdb.com/windows/rethinkdb-2.3.4.zip", + "hash": "DAC7D7DC1473DD6748F1F920821A67E7FFE60FD18BEF84CA1B6DB8340AC9687C" + } + }, + "bin": "rethinkdb.exe", + "checkver": { + "url": "http://rethinkdb.com/docs/install/windows/", + "re": "" + } +} diff --git a/sliksvn.json b/sliksvn.json index 6aa4da1cae..b1eb631ae8 100644 --- a/sliksvn.json +++ b/sliksvn.json @@ -1,14 +1,14 @@ { "homepage": "http://sliksvn.com/", - "version": "1.8.13", + "version": "1.9.4", "architecture": { "64bit": { - "url": "https://sliksvn.com/pub/Slik-Subversion-1.8.13-x64.msi", - "hash": "0d4fde7f9113a8b4436a68c74beba7b27e9043002e3fe5730c09f918f606483c" + "url": "https://sliksvn.com/pub/Slik-Subversion-1.9.4-x64.msi", + "hash": "90D752D3673DAD7A461CD40EF06B940C6E41B28D66C0BF56C4EE87091032E171" }, "32bit": { - "url": "https://sliksvn.com/pub/Slik-Subversion-1.8.13-win32.msi", - "hash": "2852bb8cacbecbbc52cf0d9edba40239daa593343f78b88713eba100119def09" + "url": "https://sliksvn.com/pub/Slik-Subversion-1.9.4-win32.msi", + "hash": "A9A658D30041ED8A0AB0D6C44D8A5DB1401552508016F12E13C913AE4B4F8D27" } }, "extract_dir": "SlikSvn", @@ -26,7 +26,7 @@ "bin\\svnversion.exe" ], "checkver": { - "url": "http://sliksvn.com/en/download/", - "re": "]+>SVN[^6]+64 bit<\\/a>" + "url": "http://sliksvn.com/pub/", + "re": "Slik-Subversion-([0-9\\.]+)-x64.zip<\\/a>" } }