diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-04-05 16:44:16 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-04-05 22:59:52 -0400 |
commit | d74219e96b7b32a3f5fca218b30bbab89bf441c9 (patch) | |
tree | 20f1055a8bf4d1115448cecd44a848684a43be46 | |
parent | d51e06f05374b6c4d84e40ecaa31a62a4f58587f (diff) | |
download | meta-virtualization-d74219e96b7b32a3f5fca218b30bbab89bf441c9.tar.gz |
skopeo: update to 1.11.2
Bumping skopeo to version v1.11.2-1-gd79588e6, which comprises the following commits:
d79588e6 Bump to v1.11.3-dev
dc1e14f7 Release 1.11.2
902506dd bump golang.org/x/net to v0.7.0
b2884205 [release-1.11] Bump to v1.11.2-dev
fb1ade6d [release-1.11] Bump to v1.11.1
40dd6507 Update to c/image 5.24.1
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 2633a957..8146fe1b 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
@@ -20,12 +20,12 @@ RDEPENDS:${PN} = " \ | |||
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://github.com/containers/skopeo;branch=main;protocol=https \ | 23 | git://github.com/containers/skopeo;branch=release-1.11;protocol=https \ |
24 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ | 24 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRCREV = "1e70fee21db5cc63786246644c031cf0f659971a" | 27 | SRCREV = "d79588e6c1d2ff2053206a650adc1d30af591908" |
28 | PV = "v1.11.0+git${SRCPV}" | 28 | PV = "v1.11.2+git${SRCPV}" |
29 | GO_IMPORT = "import" | 29 | GO_IMPORT = "import" |
30 | 30 | ||
31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |