Hsiao-nan Cheung 12c418b29e
podman: Update to version 4.3.0
- Closes #4055
2022-10-25 13:48:55 +08:00

33 lines
1.1 KiB
JSON

{
"version": "4.3.0",
"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/v4.3.0/podman-4.3.0-setup.exe",
"hash": "8e8e25688e10c444c9d0e6fff689d6e86655a97bd9f01d09708870de3aa5dbf2"
}
},
"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"
}
}
}
}
}