diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-08-20 16:49:37 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-08-20 16:49:37 +0000 |
commit | 7a4ae86e8966892c4dbe0910a56f88ae1b67086a (patch) | |
tree | 6035fa11c56d7339dc913c1cb083a7ef954f7e9d | |
parent | 3f7eda960fa5ea3600e8b5a6f8396dbc29fc3aaf (diff) | |
download | meta-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.bb | 6 |
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 | ||
24 | SRC_URI = " \ | 24 | SRC_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 | ||
29 | SRCREV = "80626759e0cd793ae2829fed28f32f2c4d1c8f3e" | 29 | SRCREV = "88aad2e56b6bfcb5433450be60ff0a1cc89fcc31" |
30 | PV = "v1.15.2+git" | 30 | PV = "v1.16.0+git" |
31 | GO_IMPORT = "import" | 31 | GO_IMPORT = "import" |
32 | 32 | ||
33 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" | 33 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" |