podman-tui: update to 1.1.0
This commit is contained in:
parent
b913532e91
commit
692dc015ba
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'podman-tui'
|
||||
pkgname=podman-tui
|
||||
version=0.12.0
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/podman-tui"
|
||||
|
@ -10,8 +10,9 @@ short_desc="Podman Terminal User Interface"
|
|||
maintainer="Uli Baum <xeji@cat3.de>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/podman-tui"
|
||||
distfiles="https://github.com/containers/podman-tui/archive/v${version}.tar.gz"
|
||||
checksum=3e1cde5556ffc4cd463fd4888a518615d49686138693679df636383b64223db9
|
||||
changelog="https://github.com/containers/podman-tui/releases"
|
||||
distfiles="https://github.com/containers/podman-tui/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=a89274fe1eb7c9dc90e52c2729e3cd6b4e0a892138fc95afc37e4ffd42fb40d6
|
||||
|
||||
post_install() {
|
||||
vdoc docs/README.md
|
||||
|
|
Loading…
Reference in New Issue