mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
Merge pull request #2751 from moosad/updates
Add or fix autoupdate in some app manifest
This commit is contained in:
commit
37e93d9c22
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://github.com/allure-framework/allure2",
|
"homepage": "https://github.com/allure-framework/allure2",
|
||||||
"description": "A flexible lightweight multi-language test report tool",
|
"description": "A flexible lightweight multi-language test report tool",
|
||||||
"version": "2.7.0",
|
"version": "2.8.0",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"url": "https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip",
|
"url": "https://dl.bintray.com/qameta/maven/io/qameta/allure/allure-commandline/2.8.0/allure-commandline-2.8.0.zip",
|
||||||
"hash": "5e0a979f3060c05610ba1168e4b1ff1a9e85d85098f41c49bbf74594acf58a0c",
|
"hash": "a0e05d0988c73f1f89e1ccb432f803fc3a072d32edcedee47b908f1eceba4e19",
|
||||||
"extract_dir": "allure-2.7.0",
|
"extract_dir": "allure-2.8.0",
|
||||||
"bin": "bin\\allure.bat",
|
"bin": "bin\\allure.bat",
|
||||||
"env_set": {
|
"env_set": {
|
||||||
"ALLURE_HOME": "$dir"
|
"ALLURE_HOME": "$dir"
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
},
|
},
|
||||||
"env_add_path": ".",
|
"env_add_path": ".",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json",
|
"url": "https://raw.githubusercontent.com/dotnet/core/master/release-notes/download-archive.md",
|
||||||
"re": "\"version-sdk\":\\s+\"(?<version>[\\d.]+)\","
|
"re": "with SDK ([\\d.-]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
22
jq.json
22
jq.json
@ -1,20 +1,30 @@
|
|||||||
{
|
{
|
||||||
"version": "1.5",
|
"homepage": "https://stedolan.github.io/jq/",
|
||||||
|
"version": "1.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe#/jq.exe",
|
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe#/jq.exe",
|
||||||
"hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc"
|
"hash": "0012cb4c0eb6eaf97b842e676e423a69a8fea95055d93830551b4a5a54494bd8"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe#/jq.exe",
|
"url": "https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe#/jq.exe",
|
||||||
"hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94"
|
"hash": "a51d36968dcbdeabb3142c6f5cf9b401a65dc3a095f3144bd0c118d5bb192753"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"homepage": "https://stedolan.github.io/jq/",
|
|
||||||
"bin": "jq.exe",
|
"bin": "jq.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/stedolan/jq/releases/latest",
|
"url": "https://github.com/stedolan/jq/releases/latest",
|
||||||
"re": "/releases/tag/jq-([\\d.]+)"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
17
nasm.json
17
nasm.json
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://www.nasm.us",
|
"homepage": "http://www.nasm.us",
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"version": "2.13.03",
|
"version": "2.14",
|
||||||
"extract_dir": "nasm-2.13.03",
|
"extract_dir": "nasm-2.14",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/nasm-2.13.03-win64.zip",
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.14/win64/nasm-2.14-win64.zip",
|
||||||
"hash": "b3a1f896b53d07854884c2e0d6be7defba7ebd09b864bbb9e6d69ada1c3e989f"
|
"hash": "eb63653ed3fc8f3a3bb082f2ed7a04a9b676a6b1994095467f0ac79213d1152f"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win32/nasm-2.13.03-win32.zip",
|
"url": "http://www.nasm.us/pub/nasm/releasebuilds/2.14/win32/nasm-2.14-win32.zip",
|
||||||
"hash": "046ed0b14f8b874863dd43e0534ad47727b022194278f2f79df108c7357afcff"
|
"hash": "cee158dd430294e9b1ce7a609f6c11f48e34e5d0631f6dafb4a1657c7f15638c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -26,7 +26,10 @@
|
|||||||
"rdoff/rdflib.exe",
|
"rdoff/rdflib.exe",
|
||||||
"rdoff/rdx.exe"
|
"rdoff/rdx.exe"
|
||||||
],
|
],
|
||||||
"checkver": "The latest stable version of NASM is\\s+.+\\/(?<version>[\\d\\.]+)",
|
"checkver": {
|
||||||
|
"url": "https://nasm.us/doc/nasmdocc.html",
|
||||||
|
"re": "version ([\\d.]+)"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "2018.1.4",
|
"version": "2018.2.3",
|
||||||
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
|
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
|
||||||
"license": {
|
"license": {
|
||||||
"identifier": "Freeware",
|
"identifier": "Freeware",
|
||||||
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
|
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
|
||||||
},
|
},
|
||||||
"url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2018.1.4.zip",
|
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2018.2.3/JetBrains.ReSharper.CommandLineTools.2018.2.3.zip",
|
||||||
"hash": "17f38be4cfeb394d9c5de74bfdd034cea4043e1b30d4b7d5bde84c308a7267e9",
|
"hash": "83b160e7d3e4fd4cef4f250e5f1ccb295a6e7a23c673ae0f50fa9ece1667c6d3",
|
||||||
"bin": [
|
"bin": [
|
||||||
"cleanupcode.exe",
|
"cleanupcode.exe",
|
||||||
"dupfinder.exe",
|
"dupfinder.exe",
|
||||||
@ -14,10 +14,10 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://data.services.jetbrains.com/products/releases?code=RSCLT&latest=true&type=release",
|
"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": {
|
"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": {
|
"hash": {
|
||||||
"url": "$url.sha256"
|
"url": "$url.sha256"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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/",
|
"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",
|
"hash": "e58036686c3c05db4a50d5fabd875eaa33aff2b0dd4d930c6bc2067c2bcd2b86",
|
||||||
|
"extract_dir": "Scholdoc",
|
||||||
"bin": "scholdoc.exe",
|
"bin": "scholdoc.exe",
|
||||||
"checkver": "<strong>Current stable version:<\\/strong> ([\\d.]+)"
|
"checkver": "<strong>Current stable version:<\\/strong> ([\\d.]+)"
|
||||||
}
|
}
|
||||||
|
|||||||
19
tunnel.json
19
tunnel.json
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.10",
|
"version": "0.2.11",
|
||||||
"homepage": "https://github.com/labstack/tunnel",
|
"homepage": "https://github.com/labstack/tunnel-client",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip",
|
"url": "https://github.com/labstack/tunnel-client/releases/download/0.2.11/tunnel-client_0.2.11_windows_32-bit.zip",
|
||||||
"hash": "eb517a0456dab63a80312ccb340de7063d50364aea0dbe62f1f7360aa6bac092"
|
"hash": "ee486c40330187137cbdbf067580cad88f307d925834799200d656f7a694405b"
|
||||||
},
|
},
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip",
|
"url": "https://github.com/labstack/tunnel-client/releases/download/0.2.11/tunnel-client_0.2.11_windows_64-bit.zip",
|
||||||
"hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b"
|
"hash": "fe5439ccc6b2618940d7d604f531ce277f9c6c9a16d75022c7512e0b60b70778"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "tunnel.exe",
|
"bin": "tunnel.exe",
|
||||||
@ -19,14 +19,11 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
"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": {
|
"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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user