mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "3.2.1",
|
|
"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.2.1/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "9b3466ff4e37c8a93d7530e3dc7a047314d0897dbfbffb50b82235695e231fff"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/3.2.1/yq_windows_386.exe#/yq.exe",
|
|
"hash": "513314579e6f147e49610e7c4d1e4c00406b499a34527dadc39cb034bb34d98c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|