From 803e7080ceb28094a28afac54732245fd4302246 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 12 Jul 2021 09:35:02 -0400 Subject: skopeo: update to 1.31 release tag/branch Switching to the release 1.31 branch, and picking up two minor version bump commits. This isn't much different than our previous build from master/main, but it is worth following the release branch for now. 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 34541b11..b86215db 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb @@ -21,14 +21,14 @@ RDEPENDS_${PN} = " \ " SRC_URI = " \ - git://github.com/containers/skopeo;branch=main \ + git://github.com/containers/skopeo;branch=release-1.3 \ file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ file://storage.conf \ file://registries.conf \ " -SRCREV = "8efffce8befc2de87670ba75d6c86ada61e869fd" -PV = "v1.3.0+git${SRCPV}" +SRCREV = "038f70e6f52ca354534b2d38ce9611b8fc5537c4" +PV = "v1.3.1+git${SRCPV}" GO_IMPORT = "import" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf