mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
27 lines
956 B
JSON
27 lines
956 B
JSON
{
|
|
"version": "1.6.1",
|
|
"description": "Podman Terminal UI",
|
|
"homepage": "https://github.com/containers/podman-tui",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman-tui/releases/download/v1.6.1/podman-tui-release-windows_amd64.zip",
|
|
"hash": "3651a7ff1bd9fd64025ef4b599891db13cf3b5ade8f7329b2aa8ee7f1e9b76b0",
|
|
"extract_dir": "podman-tui-release-windows_amd64/podman-tui"
|
|
}
|
|
},
|
|
"bin": "podman-tui.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/containers/podman-tui/releases/download/v$version/podman-tui-release-windows_amd64.zip",
|
|
"hash": {
|
|
"url": "$baseurl/shasums"
|
|
},
|
|
"extract_dir": "podman-tui-release-windows_amd64/podman-tui"
|
|
}
|
|
}
|
|
}
|
|
}
|