Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lazydocker: update to 0.23.1. #46601

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/lazydocker/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'lazydocker'
pkgname=lazydocker
version=0.21.1
revision=2
version=0.23.1
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazydocker
go_ldflags="-X main.version=${version}"
Expand All @@ -11,7 +11,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="MIT"
homepage="https://github.com/jesseduffield/lazydocker"
distfiles="https://github.com/jesseduffield/lazydocker/archive/v${version}.tar.gz"
checksum=124d46e6b968ecb9a51a496ec4e8c555a878bb34d86b76914b8b38a46db3c40b
checksum=3f0b8ca1c721191e543d5992d822b41c13e3561bb5e761695031f8ddb961a137

post_install() {
vlicense LICENSE
Expand Down