2024-06-05 00:33:34 +00:00

33 lines
1.1 KiB
JSON

{
"version": "5.1.1",
"description": "A tool for managing OCI containers and pods.",
"homepage": "https://podman.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/containers/podman/releases/download/v5.1.1/podman-5.1.1-setup.exe",
"hash": "05af2e27c959d72dbc813b5d78ad1f66d954f820a3eef56f875987206844a8d6"
}
},
"bin": "podman.exe",
"installer": {
"script": [
"Expand-DarkArchive \"$dir\\podman-$version-setup.exe\" \"$dir\\_tmp\" -Removal",
"Expand-MsiArchive \"$dir\\_tmp\\AttachedContainer\\podman.msi\" \"$dir\" -ExtractDir 'PFiles\\RedHat\\Podman'"
]
},
"checkver": {
"github": "https://github.com/containers/podman"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/containers/podman/releases/download/v$version/podman-$version-setup.exe",
"hash": {
"url": "$baseurl/shasums"
}
}
}
}
}