Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/podman/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'podman'
pkgname=podman
version=5.8.1
version=5.8.2
revision=1
_container_libs_common=0.67.0
_container_libs_common=0.67.1
build_style=go
build_wrksrc=podman-${version}
go_import_path="github.com/containers/podman/v5"
Expand All @@ -20,8 +20,8 @@ homepage="https://podman.io/"
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz
https://github.com/containers/container-libs/archive/refs/tags/common/v${_container_libs_common}.tar.gz"
checksum="b9540ecb19cfcbcfc40e1b81d39930f688c537d8fd6f11ae56be41f2bf9e97a4
503756a080d66141fc3103952b6a5c0253c45da8475673c8d4ee5c948f4dade4"
checksum="b20ea65afc5a58ea1cea019bd51a5d84eb9042d25d3eb82c55010c8815732d84
5438aa7763acd6d0ddb39426bec20bc344c53161716d88a9d75ac1fed0172b64"

case $XBPS_TARGET_MACHINE in
aarch64* | x86_64*) ;;
Expand Down