Skip to content

Commit

Permalink
podman: update to 4.9.3
Browse files Browse the repository at this point in the history
Changelogs: https://github.com/containers/podman/releases

Patches refreshed

Signed-off-by: Oskari Rauta <[email protected]>
  • Loading branch information
oskarirauta committed Feb 16, 2024
1 parent caf12d0 commit cab253f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utils/podman/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=podman
PKG_VERSION:=4.8.0
PKG_VERSION:=4.9.3
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/containers/podman/archive/v$(PKG_VERSION)
PKG_HASH:=cd0afd1fb493b0c099fd8634525f318f35e4e84c1d7735d8426a722a4d5c8409
PKG_HASH:=37afc5bba2738c68dc24400893b99226c658cc9a2b22309f4d7abe7225d8c437

PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion utils/podman/patches/010-do-not-build-docs.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
@@ -224,7 +224,7 @@ GV_VERSION=v0.7.1
@@ -224,7 +224,7 @@ GV_VERSION=v0.7.2
default: all

.PHONY: all
Expand Down

0 comments on commit cab253f

Please sign in to comment.