diff --git a/allure.json b/allure.json index bb6934617b..0051b4755b 100644 --- a/allure.json +++ b/allure.json @@ -1,11 +1,11 @@ { "homepage": "https://github.com/allure-framework/allure2", "description": "A flexible lightweight multi-language test report tool", - "version": "2.7.0", + "version": "2.8.0", "license": "Apache-2.0", - "url": "https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip", - "hash": "5e0a979f3060c05610ba1168e4b1ff1a9e85d85098f41c49bbf74594acf58a0c", - "extract_dir": "allure-2.7.0", + "url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/2.8.0/allure-commandline-2.8.0.zip", + "hash": "a0e05d0988c73f1f89e1ccb432f803fc3a072d32edcedee47b908f1eceba4e19", + "extract_dir": "allure-2.8.0", "bin": "bin\\allure.bat", "env_set": { "ALLURE_HOME": "$dir" diff --git a/dotnet-sdk.json b/dotnet-sdk.json index 9c97215666..ff88c7f982 100644 --- a/dotnet-sdk.json +++ b/dotnet-sdk.json @@ -14,8 +14,8 @@ }, "env_add_path": ".", "checkver": { - "url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json", - "re": "\"version-sdk\":\\s+\"(?[\\d.]+)\"," + "url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/download-archive.md", + "re": "with SDK ([\\d.-]+)" }, "autoupdate": { "architecture": { diff --git a/jq.json b/jq.json index bc86e9870b..c7c59bc62a 100644 --- a/jq.json +++ b/jq.json @@ -1,20 +1,30 @@ { - "version": "1.5", + "homepage": "https://stedolan.github.io/jq/", + "version": "1.6", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe#/jq.exe", - "hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc" + "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe#/jq.exe", + "hash": "0012cb4c0eb6eaf97b842e676e423a69a8fea95055d93830551b4a5a54494bd8" }, "64bit": { - "url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe#/jq.exe", - "hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94" + "url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe#/jq.exe", + "hash": "a51d36968dcbdeabb3142c6f5cf9b401a65dc3a095f3144bd0c118d5bb192753" } }, - "homepage": "https://stedolan.github.io/jq/", "bin": "jq.exe", "checkver": { "url": "https://github.com/stedolan/jq/releases/latest", "re": "/releases/tag/jq-([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win32.exe#/jq.exe" + }, + "64bit": { + "url": "https://github.com/stedolan/jq/releases/download/jq-$version/jq-win64.exe#/jq.exe" + } + } } } diff --git a/nasm.json b/nasm.json index 0b0051792e..b85ae83f87 100644 --- a/nasm.json +++ b/nasm.json @@ -1,16 +1,16 @@ { "homepage": "http://www.nasm.us", "license": "BSD-2-Clause", - "version": "2.13.03", - "extract_dir": "nasm-2.13.03", + "version": "2.14", + "extract_dir": "nasm-2.14", "architecture": { "64bit": { - "url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/nasm-2.13.03-win64.zip", - "hash": "b3a1f896b53d07854884c2e0d6be7defba7ebd09b864bbb9e6d69ada1c3e989f" + "url": "http://www.nasm.us/pub/nasm/releasebuilds/2.14/win64/nasm-2.14-win64.zip", + "hash": "eb63653ed3fc8f3a3bb082f2ed7a04a9b676a6b1994095467f0ac79213d1152f" }, "32bit": { - "url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win32/nasm-2.13.03-win32.zip", - "hash": "046ed0b14f8b874863dd43e0534ad47727b022194278f2f79df108c7357afcff" + "url": "http://www.nasm.us/pub/nasm/releasebuilds/2.14/win32/nasm-2.14-win32.zip", + "hash": "cee158dd430294e9b1ce7a609f6c11f48e34e5d0631f6dafb4a1657c7f15638c" } }, "bin": [ @@ -26,7 +26,10 @@ "rdoff/rdflib.exe", "rdoff/rdx.exe" ], - "checkver": "The latest stable version of NASM is\\s+.+\\/(?[\\d\\.]+)", + "checkver": { + "url": "https://nasm.us/doc/nasmdocc.html", + "re": "version ([\\d.]+)" + }, "autoupdate": { "architecture": { "64bit": { diff --git a/resharper-clt.json b/resharper-clt.json index 395a80d22d..d62fc1a35e 100644 --- a/resharper-clt.json +++ b/resharper-clt.json @@ -1,12 +1,12 @@ { - "version": "2018.1.4", + "version": "2018.2.3", "homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt", "license": { "identifier": "Freeware", "url": "https://www.jetbrains.com/resharper/buy/command_line_license.html" }, - "url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2018.1.4.zip", - "hash": "17f38be4cfeb394d9c5de74bfdd034cea4043e1b30d4b7d5bde84c308a7267e9", + "url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2018.2.3/JetBrains.ReSharper.CommandLineTools.2018.2.3.zip", + "hash": "83b160e7d3e4fd4cef4f250e5f1ccb295a6e7a23c673ae0f50fa9ece1667c6d3", "bin": [ "cleanupcode.exe", "dupfinder.exe", @@ -14,10 +14,10 @@ ], "checkver": { "url": "https://data.services.jetbrains.com/products/releases?code=RSCLT&latest=true&type=release", - "re": "JetBrains.ReSharper.CommandLineTools.([\\d.]+).zip" + "jp": "$.RSCLT.[0].version" }, "autoupdate": { - "url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.$version.zip", + "url": "https://download.jetbrains.com/resharper/ReSharperUltimate.$version/JetBrains.ReSharper.CommandLineTools.$version.zip", "hash": { "url": "$url.sha256" } diff --git a/scholdoc.json b/scholdoc.json index 7f448f1752..22c2cf74e4 100644 --- a/scholdoc.json +++ b/scholdoc.json @@ -1,10 +1,10 @@ { - "version": "0.1.3-alpha", - "license": "GPL-2.0", - "extract_dir": "Scholdoc", - "url": "http://scholarlymarkdown.com/scholdoc-distribution/windows/scholdoc-0.1.3-alpha-windows.msi", "homepage": "http://scholdoc.scholarlymarkdown.com/", + "version": "0.1.3", + "license": "GPL-2.0", + "url": "http://scholarlymarkdown.com/scholdoc-distribution/windows/scholdoc-0.1.3-alpha-windows.msi", "hash": "e58036686c3c05db4a50d5fabd875eaa33aff2b0dd4d930c6bc2067c2bcd2b86", + "extract_dir": "Scholdoc", "bin": "scholdoc.exe", "checkver": "Current stable version:<\\/strong> ([\\d.]+)" } diff --git a/tunnel.json b/tunnel.json index 705cf1ce1a..f4717e784b 100644 --- a/tunnel.json +++ b/tunnel.json @@ -1,15 +1,15 @@ { - "version": "0.2.10", - "homepage": "https://github.com/labstack/tunnel", + "version": "0.2.11", + "homepage": "https://github.com/labstack/tunnel-client", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip", - "hash": "eb517a0456dab63a80312ccb340de7063d50364aea0dbe62f1f7360aa6bac092" + "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.11/tunnel-client_0.2.11_windows_32-bit.zip", + "hash": "ee486c40330187137cbdbf067580cad88f307d925834799200d656f7a694405b" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip", - "hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b" + "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.11/tunnel-client_0.2.11_windows_64-bit.zip", + "hash": "fe5439ccc6b2618940d7d604f531ce277f9c6c9a16d75022c7512e0b60b70778" } }, "bin": "tunnel.exe", @@ -19,14 +19,11 @@ "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_32-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel-client_$version_windows_32-bit.zip" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_64-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel-client_$version_windows_64-bit.zip" } - }, - "hash": { - "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_checksum.txt" } } }