mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.6",
|
|
"description": "JSON Incremental Digger. Drill down JSON interactively by using filtering queries like jq",
|
|
"homepage": "https://github.com/simeji/jid",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_amd64.zip",
|
|
"hash": "05b728082d1ede3b4a0f22eab2210f29f28bfcfddf68a010b3ef61369bc1ffc3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/simeji/jid/releases/download/v0.7.6/jid_windows_386.zip",
|
|
"hash": "bc5de9dbd80975466b524e615dd6f5b6b850639b32a63d370e880d7fbabaea4b"
|
|
}
|
|
},
|
|
"bin": "jid.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/simeji/jid/releases/download/v$version/jid_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|