mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
brotli: Update to version 1.0.9
This commit is contained in:
parent
0ac05a9747
commit
64867127f2
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.9_5",
|
"version": "1.0.9",
|
||||||
"homepage": "https://brotli.org/",
|
|
||||||
"description": "Lossless compression algorithm",
|
"description": "Lossless compression algorithm",
|
||||||
|
"homepage": "https://brotli.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://curl.haxx.se/windows/dl-7.72.0_5/brotli-1.0.9_5-win64-mingw.tar.xz",
|
"url": "https://curl.haxx.se/windows/dl-7.73.0/brotli-1.0.9-win64-mingw.tar.xz",
|
||||||
"hash": "205a2fa41acf977bb9a4a168b5d5f3bd96923a9d7725826cbcd3931634ed82c5",
|
"hash": "1f57a199fe77acb2594c75ac2cc7ca1ebc98a3181880e9956875c555b4344c91",
|
||||||
"extract_dir": "brotli-1.0.9-win64-mingw"
|
"extract_dir": "brotli-1.0.9-win64-mingw"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://curl.haxx.se/windows/dl-7.72.0_5/brotli-1.0.9_5-win32-mingw.tar.xz",
|
"url": "https://curl.haxx.se/windows/dl-7.73.0/brotli-1.0.9-win32-mingw.tar.xz",
|
||||||
"hash": "b166a05dca14a850f1146cc57a2604583e4bfd57e1a40b933673dac107d2887a",
|
"hash": "f8ad5b7c0bb3c62c07549573531d7995cf454b7ccc9a979689cb39c4f7ed6da1",
|
||||||
"extract_dir": "brotli-1.0.9-win32-mingw"
|
"extract_dir": "brotli-1.0.9-win32-mingw"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"pre_install": "Copy-Item \"$dir\\bin\\brotli.exe\" \"$dir\\bin\\unbrotli.exe\"",
|
"pre_install": "Copy-Item \"$dir\\bin\\brotli.exe\" \"$dir\\bin\\unbrotli.exe\"",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://curl.haxx.se/windows/",
|
"url": "https://curl.haxx.se/windows/",
|
||||||
"re": "dl-(?<curl>[\\d._]+)/brotli-(?<version>[\\d._]+)-win64-mingw"
|
"regex": "dl-(?<curl>[\\d._]+)/brotli-(?<version>[\\d._]+)-win64-mingw"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user