podman-tui: update to 1.5.0

This commit is contained in:
Malte Gejr 2025-05-15 09:09:52 +02:00 committed by Duncan Overbruck
parent a0f211a140
commit d2c7f14671

View file

@ -1,7 +1,7 @@
# Template file for 'podman-tui' # Template file for 'podman-tui'
pkgname=podman-tui pkgname=podman-tui
version=1.1.0 version=1.5.0
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/containers/podman-tui" go_import_path="github.com/containers/podman-tui"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://github.com/containers/podman-tui" homepage="https://github.com/containers/podman-tui"
changelog="https://github.com/containers/podman-tui/releases" changelog="https://github.com/containers/podman-tui/releases"
distfiles="https://github.com/containers/podman-tui/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/containers/podman-tui/archive/refs/tags/v${version}.tar.gz"
checksum=a89274fe1eb7c9dc90e52c2729e3cd6b4e0a892138fc95afc37e4ffd42fb40d6 checksum=d9ba16d37f959d7ae5ca6650c3ccc7b0e1a726215791c99604f8f5955ee8f61d
post_install() { post_install() {
vdoc docs/README.md vdoc docs/README.md