ScoopInstaller_Main/bucket/podman-tui.json
2025-09-28 12:31:15 +00:00

27 lines
971 B
JSON

{
"version": "1.8.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.8.1/podman-tui-release-windows_amd64.zip",
"hash": "4de8ecb16b9fe7e40c13682bf4ead28ab94d79c70951ede4bc07e8612a39956d",
"extract_dir": "podman-tui-release-windows_amd64/podman-tui-1.8.1"
}
},
"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-$version"
}
}
}
}