mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "3.3.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.3.1/yq_windows_amd64.exe#/yq.exe",
|
|
"hash": "d4d2e388a9cdcbdadbeb239b0292f7a739ff5024712bb4573453c08dff908610"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mikefarah/yq/releases/download/3.3.1/yq_windows_386.exe#/yq.exe",
|
|
"hash": "20141990b662c828d8c1fd135edb11a30113b9a680deff5bfa5aa1255d5f8bc4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|