mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 15:11:30 +00:00
16 lines
513 B
JSON
16 lines
513 B
JSON
{
|
|
"version": "1.5",
|
|
"license": "http://creativecommons.org/licenses/by/3.0/",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe"
|
|
},
|
|
"64bit": {
|
|
"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"
|
|
}
|