summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-12 09:35:02 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-12 09:35:02 -0400
commit803e7080ceb28094a28afac54732245fd4302246 (patch)
tree00fbf6049703ef4356ebd63d6bb9c3c148dd8e3a /recipes-containers
parentae44f7f5040a26abdc56c25b43b6a8bf13ae7535 (diff)
downloadmeta-virtualization-803e7080ceb28094a28afac54732245fd4302246.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb6
1 files 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} = " \
21" 21"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/containers/skopeo;branch=main \ 24 git://github.com/containers/skopeo;branch=release-1.3 \
25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \ 25 file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \
26 file://storage.conf \ 26 file://storage.conf \
27 file://registries.conf \ 27 file://registries.conf \
28" 28"
29 29
30SRCREV = "8efffce8befc2de87670ba75d6c86ada61e869fd" 30SRCREV = "038f70e6f52ca354534b2d38ce9611b8fc5537c4"
31PV = "v1.3.0+git${SRCPV}" 31PV = "v1.3.1+git${SRCPV}"
32GO_IMPORT = "import" 32GO_IMPORT = "import"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"