summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 21:03:14 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit5d211f85b4cdf097bc52a06cce8fc082134f2988 (patch)
tree868b2f20fe1a17d8160e968ccfcd0df46b867c36
parent82b00eb5924e96af04a24272d497fa00a449ddb4 (diff)
downloadmeta-virtualization-5d211f85b4cdf097bc52a06cce8fc082134f2988.tar.gz
skopeo: update to 1.14.1
Bumping skopeo to version v1.14.1-4-g695538a3, which comprises the following commits: 4baf4fe9 fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6 e32dfefb Bump to v1.15.0-dev 45b7bf5e Bump to v1.14.1 b7ec87a1 fix(deps): update module github.com/containers/common to v0.57.2 92edbcb7 fix(deps): update module github.com/containers/image/v5 to v5.29.1 5684cd12 chore(deps): update dependency containers/automation_images to v20240102 c7053312 Fix libsubid detection e51dbbd8 fix(deps): update module golang.org/x/term to v0.16.0 852cca63 fix(deps): update golang.org/x/exp digest to 02704c9 d1cb2e2c chore(deps): update dependency containers/automation_images to v20231208 fe83b6fe [skip-ci] Update actions/stale action to v9 f346045d fix(deps): update module github.com/containers/common to v0.57.1 48d11dac fix(deps): update golang.org/x/exp digest to 6522937 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb
index ada89dba..42b076cc 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -26,8 +26,8 @@ SRC_URI = " \
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 = "a85eaac984be2e36fe14590e4c3c135775f6c393" 29SRCREV = "695538a31a9affe40d637f5dc9fa97af30cc8ab9"
30PV = "v1.14.0+git" 30PV = "v1.14.1+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"