summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-01 22:54:51 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commita906b81ca6d9d1248b6c0a55b77f4fefab059c70 (patch)
tree40e1b3a72df8caea9b541d917c568526b6dae83c
parenta9f0f00637270285650e95d03472ef9db7748820 (diff)
downloadmeta-virtualization-a906b81ca6d9d1248b6c0a55b77f4fefab059c70.tar.gz
podman-tui: upate to v0.17.0
Bumping podman-tui to version v0.9.0-246-gb4350927, which comprises the following commits: b4350927 Bump to v0.17.0 db48222a Bump github.com/containers/podman/v4 from 4.9.1 to 4.9.2 49c31e9e Bump github.com/containers/common from 0.57.3 to 0.57.4 c8c25120 Bump github.com/containers/podman/v4 from 4.9.0 to 4.9.1 00626a40 Bump github.com/containers/common from 0.57.2 to 0.57.3 bbba9ec9 go version update to 1.20 5674249f Bump github.com/containers/podman/v4 from 4.8.3 to 4.9.0 4d0b84f5 Bump to v0.17.0-dev cacf1b90 Bump to v0.16.0 67f735b5 Bump github.com/containers/common from 0.57.1 to 0.57.2 be25c60d Bump golang.org/x/crypto from 0.17.0 to 0.18.0 2ff1bb62 Bump github.com/containerd/containerd from 1.7.9 to 1.7.11 9b492e25 Bump github.com/containers/podman/v4 from 4.8.2 to 4.8.3 519ed36f Bump to v0.16.0-dev f7f47149 Bump to v0.15.0 9ba724c1 gh action update 1cdeadb4 Bump golang.org/x/crypto from 0.16.0 to 0.17.0 fb1886ea github action use golang 1.21.4 for golangci-lint 6521ce91 Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.0 54cd7d7e Bump github.com/containers/podman/v4 from 4.8.1 to 4.8.2 bbb8c9a9 Bump to v0.15.0-dev c545dbd7 Bump to v0.14.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman-tui/podman-tui_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb
index 90c196c8..210f4f5b 100644
--- a/recipes-containers/podman-tui/podman-tui_git.bb
+++ b/recipes-containers/podman-tui/podman-tui_git.bb
@@ -18,14 +18,14 @@ DEPENDS = " \
18" 18"
19 19
20SRCREV_FORMAT = "podmantui_storage" 20SRCREV_FORMAT = "podmantui_storage"
21SRCREV_podmantui = "c545dbd7220c2d85a0e92371f0e240d2c8b7c836" 21SRCREV_podmantui = "b4350927babdaa35fbf50424190683aeb9f5f66f"
22SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 22SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
23SRC_URI = " \ 23SRC_URI = " \
24 git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.14 \ 24 git://github.com/containers/podman-tui;protocol=https;name=podmantui;branch=release-v0.17 \
25" 25"
26# Due to some other API changes, we can't directly import containers/storage at 26# Due to some other API changes, we can't directly import containers/storage at
27# the right commit, so we instead extract a patch and apply it to the tree 27# the right commit, so we instead extract a patch and apply it to the tree
28#SRC_URI += "git://github.com/containers/storage;protocol=https;name=storage;branch=release-v0.14;destsuffix=git/src/import/vendor/github.com/containers/storage" 28#SRC_URI += "git://github.com/containers/storage;protocol=https;name=storage;branch=release-v0.17;destsuffix=git/src/import/vendor/github.com/containers/storage"
29 29
30LICENSE = "Apache-2.0" 30LICENSE = "Apache-2.0"
31LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 31LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
@@ -34,7 +34,7 @@ GO_IMPORT = "import"
34 34
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36
37PV = "v0.14.0+git" 37PV = "v0.17.0+git"
38 38
39PODMAN_PKG = "github.com/containers/podman-tui" 39PODMAN_PKG = "github.com/containers/podman-tui"
40 40