mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
27 lines
971 B
JSON
27 lines
971 B
JSON
{
|
|
"version": "1.9.0",
|
|
"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.9.0/podman-tui-release-windows_amd64.zip",
|
|
"hash": "269e474af7b92cfdaf21c7aeda2342fa2b1253464ee5facb7ba59e7daee28709",
|
|
"extract_dir": "podman-tui-release-windows_amd64/podman-tui-1.9.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|