summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-08-20 16:49:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-08-20 16:49:37 +0000
commit7a4ae86e8966892c4dbe0910a56f88ae1b67086a (patch)
tree6035fa11c56d7339dc913c1cb083a7ef954f7e9d
parent3f7eda960fa5ea3600e8b5a6f8396dbc29fc3aaf (diff)
downloadmeta-virtualization-7a4ae86e8966892c4dbe0910a56f88ae1b67086a.tar.gz
skopeo: update to v1.16.0
Bumping skopeo to version v1.16.0, which comprises the following commits: 88aad2e5 Bump Skopeo to v1.16.0 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 ee8e779b..1758c5ef 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=release-1.15;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ 25 git://github.com/containers/skopeo;branch=release-1.16;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 = "80626759e0cd793ae2829fed28f32f2c4d1c8f3e" 29SRCREV = "88aad2e56b6bfcb5433450be60ff0a1cc89fcc31"
30PV = "v1.15.2+git" 30PV = "v1.16.0+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"