mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
Adding hash values to jq.json (#1847)
* Adding hash values to jq.json * Adding newline to the end of the file.
This commit is contained in:
parent
b6923945d0
commit
b0ddf4466d
6
jq.json
6
jq.json
@ -3,10 +3,12 @@
|
|||||||
"license": "https://creativecommons.org/licenses/by/3.0/",
|
"license": "https://creativecommons.org/licenses/by/3.0/",
|
||||||
"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.5/jq-win32.exe#/jq.exe",
|
||||||
|
"hash": "1860c77bc2816b74f91705b84c7fa0dad3a062b355f021aa8c8e427e388e23fc"
|
||||||
},
|
},
|
||||||
"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.5/jq-win64.exe#/jq.exe",
|
||||||
|
"hash": "ebecd840ba47efbf66822868178cc721a151060937f7ac406e3d31bd015bde94"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"homepage": "https://stedolan.github.io/jq/",
|
"homepage": "https://stedolan.github.io/jq/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user