mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
jq: add autoupdate and update to 1.6
This commit is contained in:
parent
0c92f96b53
commit
ea40037413
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user