From d74219e96b7b32a3f5fca218b30bbab89bf441c9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 5 Apr 2023 16:44:16 -0400 Subject: skopeo: update to 1.11.2 Bumping skopeo to version v1.11.2-1-gd79588e6, which comprises the following commits: d79588e6 Bump to v1.11.3-dev dc1e14f7 Release 1.11.2 902506dd bump golang.org/x/net to v0.7.0 b2884205 [release-1.11] Bump to v1.11.2-dev fb1ade6d [release-1.11] Bump to v1.11.1 40dd6507 Update to c/image 5.24.1 Signed-off-by: Bruce Ashfield --- recipes-containers/skopeo/skopeo_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 2633a957..8146fe1b 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb @@ -20,12 +20,12 @@ RDEPENDS:${PN} = " \ " SRC_URI = " \ - git://github.com/containers/skopeo;branch=main;protocol=https \ + git://github.com/containers/skopeo;branch=release-1.11;protocol=https \ file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ " -SRCREV = "1e70fee21db5cc63786246644c031cf0f659971a" -PV = "v1.11.0+git${SRCPV}" +SRCREV = "d79588e6c1d2ff2053206a650adc1d30af591908" +PV = "v1.11.2+git${SRCPV}" GO_IMPORT = "import" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf