lazydocker: update to 0.23.1.

This commit is contained in:
Benjamín Albiñana 2023-10-11 16:57:47 +02:00 committed by Piraty
parent 69a900dbc3
commit 332abc75b4

View file

@ -1,7 +1,7 @@
# Template file for 'lazydocker' # Template file for 'lazydocker'
pkgname=lazydocker pkgname=lazydocker
version=0.21.1 version=0.23.1
revision=2 revision=1
build_style=go build_style=go
go_import_path=github.com/jesseduffield/lazydocker go_import_path=github.com/jesseduffield/lazydocker
go_ldflags="-X main.version=${version}" go_ldflags="-X main.version=${version}"
@ -11,7 +11,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/jesseduffield/lazydocker" homepage="https://github.com/jesseduffield/lazydocker"
distfiles="https://github.com/jesseduffield/lazydocker/archive/v${version}.tar.gz" distfiles="https://github.com/jesseduffield/lazydocker/archive/v${version}.tar.gz"
checksum=124d46e6b968ecb9a51a496ec4e8c555a878bb34d86b76914b8b38a46db3c40b checksum=3f0b8ca1c721191e543d5992d822b41c13e3561bb5e761695031f8ddb961a137
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE