mirror of
https://github.com/openwrt/packages.git
synced 2026-07-12 22:44:28 +04:00
podman: update to 5.8.4
- 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 <sora1924@outlook.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
9ec085718d
commit
e698f817af
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user