From ac82e30c68f584f5463eed9fe98fa1498d9c7058 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 14 Jan 2025 20:11:54 +0000 Subject: podman-tui: update to v1.3.0 Bumping podman-tui to version v0.9.0-406-g37019c2f, which comprises the following commits: 37019c2f Bump to v1.3.0 Signed-off-by: Bruce Ashfield --- recipes-containers/podman-tui/podman-tui_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 0db17bd5..7bbcab6b 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb @@ -18,10 +18,10 @@ DEPENDS = " \ " SRCREV_FORMAT = "podmantui_storage" -SRCREV_podmantui = "6bcf599336026ffe482900742c8d56d84b97a9e1" +SRCREV_podmantui = "37019c2f86dd0c9a0e7d8235617582e4ded4334b" SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" SRC_URI = " \ - git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v1.1;destsuffix=${GO_SRCURI_DESTSUFFIX} \ + git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v1.3;destsuffix=${GO_SRCURI_DESTSUFFIX} \ " # Due to some other API changes, we can't directly import containers/storage at # the right commit, so we instead extract a patch and apply it to the tree @@ -34,7 +34,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "v1.1.0+git" +PV = "v1.3.0+git" PODMAN_PKG = "github.com/containers/podman-tui" -- cgit v1.2.3-54-g00ecf