diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-03 18:46:41 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-24 01:38:21 +0000 |
commit | 78f1c22f61364bb0243291f098e9ca94be653448 (patch) | |
tree | a981fe9ea105fa80df3a8e148b10b0189b37ed88 | |
parent | dddc423fa370fefbd9e261787f17407cc0647a98 (diff) | |
download | meta-virtualization-78f1c22f61364bb0243291f098e9ca94be653448.tar.gz |
skopeo: update to 1.13.1
Bumping skopeo to version v1.13.1-4-g416218f5, which comprises the following commits:
882b087b Packit: remove pre-sync action
3162e17e [release-1.13] Bump to v1.13.2-dev
8ace37a4 [release-1.13] Bump to v1.13.1
cac20311 [release-1.13] Bump c/common to v0.55.2
d5b1f34e [release-1.13 backport] [CI:BUILD] Packit: install golist before updating downstream spec
85d99af2 [release-1.13] Bump to v1.13.1-dev
8b9999e1 Bump to v1.13.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index feff9dfa..48f22a24 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = " \ | |||
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 = "8b9999e1d501a1e81ffd9142c40c068a0c509780" | 27 | SRCREV = "416218f501364aa05fbe63617fd4599d63d82637" |
28 | PV = "v1.13.0+git${SRCPV}" | 28 | PV = "v1.13.1+git${SRCPV}" |
29 | GO_IMPORT = "import" | 29 | GO_IMPORT = "import" |
30 | 30 | ||
31 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" | 31 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" |