mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Update jq.json
Update jq to 1.5
This commit is contained in:
parent
f61a15f79a
commit
29eb794638
7
jq.json
7
jq.json
@ -1,14 +1,15 @@
|
||||
{
|
||||
"version": "1.4",
|
||||
"version": "1.5",
|
||||
"license": "http://creativecommons.org/licenses/by/3.0/",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "http://stedolan.github.io/jq/download/win32/jq.exe"
|
||||
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "http://stedolan.github.io/jq/download/win64/jq.exe"
|
||||
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe"
|
||||
}
|
||||
},
|
||||
"homepage": "http://stedolan.github.io/jq/",
|
||||
"pre_install": "Rename-Item @(Get-ChildItem $dir\\jq-*.exe)[0] $dir\\jq.exe",
|
||||
"bin": "jq.exe"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user