summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-01 23:03:50 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commita5fee65b686782e05c512091acefe201dda58f4f (patch)
tree33312ff8bf39d0aa3e6f8219eae350e6f93519ea
parenta906b81ca6d9d1248b6c0a55b77f4fefab059c70 (diff)
downloadmeta-virtualization-a5fee65b686782e05c512091acefe201dda58f4f.tar.gz
skopeo: update to v1.14.2
Bumping skopeo to version v1.14.1-4-g1c2ab995, which comprises the following commits: c3e474e4 [release-1.14] Bump Skopeo to v1.14.3-dev b673eb60 [release-1.14] Bump Skopeo to v1.14.2 18cc81ab [release-1.14] Bump c/image to v5.29.2, c/common to v0.57.3 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 42b076cc..5083b658 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \
22" 22"
23 23
24SRC_URI = " \ 24SRC_URI = " \
25 git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ 25 git://github.com/containers/skopeo;branch=release-1.14;protocol=https;destsuffix=git/src/github.com/containers/skopeo \
26 file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ 26 file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
27" 27"
28 28
29SRCREV = "695538a31a9affe40d637f5dc9fa97af30cc8ab9" 29SRCREV = "1c2ab995059dd011aad74e2c37305d636ebd2675"
30PV = "v1.14.1+git" 30PV = "v1.14.2+git"
31GO_IMPORT = "import" 31GO_IMPORT = "import"
32 32
33S = "${WORKDIR}/git/src/github.com/containers/skopeo" 33S = "${WORKDIR}/git/src/github.com/containers/skopeo"