mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 05:05:12 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "3.3.4",
|
|
"description": "A portable command-line YAML processor",
|
|
"homepage": "https://github.com/mikefarah/yq",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/3.3.4/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "413200bb97d0b6875eb2e0177d66f020210a2c42305edfa397f435c32ebffd5d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/3.3.4/yq_windows_386.exe#/yq.exe",
|
|
"hash": "59aec590c9099fbe68d2ecb7339347ab65307bba52213997a2df10df7ee832ea"
|
|
}
|
|
},
|
|
"bin": "yq.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_amd64.exe#/yq.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/$version/yq_windows_386.exe#/yq.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|