From a489e7c212b1e8b6d5ccc23bfa0b9c8e1a4621f4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 22 Sep 2026 07:07:28 +0200 Subject: [PATCH] package/skopeo: use new upstream location The upstream location has changed (with a forward from the old one, so we did not notice earlier) [0] [1], with 1.23.0 the first release being made from the new location, which was accounted for in 96aac440dd79 (package/skopeo: bump version to 1.23.0) as it required the change of the gomod, but where the new location was missed. Eventually switch to the new location now. [0] https://github.com/podman-container-tools/skopeo/pull/2854 [1] https://github.com/podman-container-tools/go.podman.io/pull/6 Reported-by: Julien Olivain Signed-off-by: Yann E. MORIN Signed-off-by: Fiona Klute --- package/skopeo/skopeo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/skopeo/skopeo.mk b/package/skopeo/skopeo.mk index 5a22658611..5d23cbf451 100644 --- a/package/skopeo/skopeo.mk +++ b/package/skopeo/skopeo.mk @@ -5,7 +5,7 @@ ################################################################################ SKOPEO_VERSION = 1.24.1 -SKOPEO_SITE = $(call github,containers,skopeo,v$(SKOPEO_VERSION)) +SKOPEO_SITE = $(call github,podman-container-tools,skopeo,v$(SKOPEO_VERSION)) SKOPEO_LICENSE = Apache-2.0 SKOPEO_LICENSE_FILES = LICENSE