diff --git a/mercurial.json b/mercurial.json
index 5b7b19d9d2..dbb4d8a659 100644
--- a/mercurial.json
+++ b/mercurial.json
@@ -1,15 +1,15 @@
{
"homepage": "https://www.mercurial-scm.org/",
- "version": "3.9",
+ "version": "3.9.1",
"license": "http://www.gnu.org/licenses/gpl-2.0.txt",
"architecture": {
"64bit": {
- "url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x64.msi",
- "hash": "24AA08E8EC53CE7E87F046F623CA3D12CC30E7334FB8D450A2C885A15BDDAF69"
+ "url": "https://www.mercurial-scm.org/release/windows/Mercurial-3.9.1-x64.exe",
+ "hash": "E7381588237965503644383ED8322A0072A6899D1C35D606A065B1CBE01B15D7"
},
"32bit": {
- "url": "https://www.mercurial-scm.org/release/windows/mercurial-3.9.0-x86.msi",
- "hash": "12E445D1353D93771DEB4F38838D88F5B1B24571CA0FC19BE6E17A211B11C471"
+ "url": "https://www.mercurial-scm.org/release/windows/Mercurial-3.9.1.exe",
+ "hash": "68284536732A13D2238BCB73EAC67C4248D5370F8FCA0DB7C4DA8159C5BA9BA0"
}
},
"innosetup": true,
diff --git a/openssl.json b/openssl.json
index 6aa78d11ec..2e37f6ba64 100644
--- a/openssl.json
+++ b/openssl.json
@@ -1,19 +1,19 @@
{
"homepage": "http://slproweb.com/products/Win32OpenSSL.html",
- "version": "1.0.2h",
+ "version": "1.1.0",
"license": "https://www.openssl.org/source/license.html",
"architecture": {
"64bit": {
- "url": "http://slproweb.com/download/Win64OpenSSL-1_0_2h.exe",
- "hash": "2a20c0c0edb8835b51e6e377ffdd03d72806a9346013a3c98a051f1a9ae76d69"
+ "url": "http://slproweb.com/download/Win64OpenSSL-1_1_0.exe",
+ "hash": "4E788AF11E850F81FB01A45C16CC7843D213337AD90B931AB45D3C1CC33BCB90"
},
"32bit": {
- "url": "http://slproweb.com/download/Win32OpenSSL-1_0_2h.exe",
- "hash": "f78bc0f18f17df85665e71594a206f5a16cf72bfd5b4d3e2568ec5cdf019285b"
+ "url": "http://slproweb.com/download/Win32OpenSSL-1_1_0.exe",
+ "hash": "2A9EFC90DEF79348AB7AD602357B312DC4305349C1ABF3CC1ECA251214DF18D8"
}
},
"innosetup": true,
"bin": "bin\\openssl.exe",
- "checkver": "Win32 OpenSSL v([^ ]+) Light",
+ "checkver": "Win32 OpenSSL v([^\\s]+)",
"env_add_path": "bin"
}