]> git.99rst.org Git - openwrt-packages.git/commitdiff
podman: update to 5.8.4
authornantayo dev <redacted>
Thu, 2 Jul 2026 03:09:35 +0000 (11:09 +0800)
committerJosef Schlehofer <redacted>
Fri, 10 Jul 2026 18:57:53 +0000 (20:57 +0200)
- fix PKG_SOURCE_URL
Podman repository has been transferred from containers to podman-container-tools
- update package version
changelog see: https://github.com/podman-container-tools/podman/releases/tag/v5.8.4

Signed-off-by: nantayo dev <redacted>
utils/podman/Makefile

index ade579465816d5fbe3cfcaf24a0a6ef4c5586f15..f0bf4c64f6e1eca5b4e8715dd033c19292e94afb 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=podman
-PKG_VERSION:=5.8.3
+PKG_VERSION:=5.8.4
 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:=c54a2ec4b4fb5577288992aaa78684397ec3552fb2d1234d910ec50097d05c0f
+PKG_SOURCE_URL:=https://github.com/podman-container-tools/podman/archive/v$(PKG_VERSION)
+PKG_HASH:=be01c20923ed7642a5ad039f83252e3b7d09f0e3431d01284a5beff6c123671c
 
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT