Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman: update to 5.3.2 #27608

Merged
merged 1 commit into from
Feb 9, 2025
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 sysutils/podman/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PortGroup golang 1.0
# After the upgrade, it is highly recommended to test the `podman machine`.
# This port has problems with this command from time to time.
# See https://gist.github.com/judaew/85c6e8a62bf0e7f5be5188e020492e21
go.setup github.com/containers/podman 5.3.1 v
go.setup github.com/containers/podman 5.3.2 v
github.tarball_from archive
revision 0
epoch 0
Expand All @@ -23,9 +23,9 @@ long_description \
install the remote client and then setup ssh connection information.

checksums ${distname}${extract.suffix} \
rmd160 44e1f84a44593486a10dfa46c78c743b8245d198 \
sha256 5b4e9ddce69cc2c8c8b8529e90093ae3ea9cb2959e2fceb98469b282dbffbcc7 \
size 24196440
rmd160 44ca47424443a5c45e3a3d26755fe1778560b9f5 \
sha256 e7d7abf2d4ecae7217af017a4199d555563721bf6c3ae52e68704ee8268c432b \
size 24207488

set py_ver 3.12
set py_ver_nodot [string map {. {}} ${py_ver}]
Expand Down