diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-16 16:49:34 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-07-16 16:49:34 +0000 |
commit | 3569724c16388ea3e96d7c4c0a7b1733873791a1 (patch) | |
tree | 2dc63951c38e60e78126b8f3b205f3186fbb9d80 | |
parent | 13a0ab610ff9a9fa6a018bd9a61941b8d39c791e (diff) | |
download | meta-virtualization-3569724c16388ea3e96d7c4c0a7b1733873791a1.tar.gz |
umoci: update to v0.4.7 -tip
Bumping umoci to version v0.4.7-224-gff684ba, which comprises the following commits:
3078d6b build(deps): bump github.com/vbatts/go-mtree from 0.5.3 to 0.5.4
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/umoci/umoci_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index 2ed0af7d..9d7a9554 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
6 | RDEPENDS:${PN} = "skopeo" | 6 | RDEPENDS:${PN} = "skopeo" |
7 | RDEPENDS:${PN}:class-native = "" | 7 | RDEPENDS:${PN}:class-native = "" |
8 | 8 | ||
9 | SRCREV_umoci = "33ec00665c66321f1b1f34ca7e6f370ac35c1233" | 9 | SRCREV_umoci = "ff684ba24c8665eac055baa578d52cc176eb3b15" |
10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ | 10 | SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \ |
11 | " | 11 | " |
12 | 12 | ||