diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-02-10 13:35:19 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-02-17 15:21:29 -0500 |
commit | fe564b3221556d25375ba64c531e65c702f8369c (patch) | |
tree | d564b491bafe022632a875a7e7912b7ebc3ad397 | |
parent | ca3391515173885db2659cde09c463e3ff45839f (diff) | |
download | meta-virtualization-fe564b3221556d25375ba64c531e65c702f8369c.tar.gz |
podman-tui: update to v0.7.0-tip
Bumping podman-tui to version v0.7.0-68-g907b4d6, which comprises the following commits:
80431f0 Bump golang.org/x/crypto from 0.5.0 to 0.6.0
dc402ba Bump github.com/docker/docker
1fb79aa Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
b1fe3c4 Bump github.com/containerd/containerd from 1.6.8 to 1.6.12
197f356 Bump github.com/sylabs/sif/v2 from 2.8.0 to 2.8.1
7f43ecc Bump github.com/docker/docker
1fdbb8d Bump golang.org/x/crypto from 0.4.0 to 0.5.0
6941d4b Bump github.com/navidys/tvxwidgets from 0.2.0 to 0.3.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 5bcd0208..bfdd84fc 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
@@ -18,7 +18,7 @@ DEPENDS = " \ | |||
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV_FORMAT = "podmantui_storage" | 20 | SRCREV_FORMAT = "podmantui_storage" |
21 | SRCREV_podmantui = "ab303cba7acabe340c5aa784ffb2a5dc3ab857d4" | 21 | SRCREV_podmantui = "907b4d64ad9e1013597e234be79aae3eaf0f4f5b" |
22 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" | 22 | SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" |
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=main \ | 24 | git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=main \ |