Skip to content

Commit

Permalink
podman: Update to version 4.3.0
Browse files Browse the repository at this point in the history
- Closes #4055
  • Loading branch information
niheaven committed Oct 25, 2022
1 parent c7f1b76 commit 12c418b
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions bucket/podman.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
{
"##": "This package uses MSI installer (instead of portable ZIP) because only MSI contains the full feature of the app, see #3560 for details.",
"version": "4.2.1",
"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.2.1/podman-v4.2.1.msi",
"hash": "f94d271950b9b11e6ec15ab85454908cbd8da4e83091c82fcd504b5243cb96a5",
"extract_dir": "PFiles\\RedHat\\Podman"
"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-v$version.msi"
"url": "https://github.com/containers/podman/releases/download/v$version/podman-$version-setup.exe",
"hash": {
"url": "$baseurl/shasums"
}
}
},
"hash": {
"url": "$baseurl/shasums"
}
}
}

0 comments on commit 12c418b

Please sign in to comment.