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.20.0. #40479

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/lazydocker/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lazydocker'
pkgname=lazydocker
version=0.19.0
version=0.20.0
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazydocker
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=65f6f6f9a205c46dd721b05df17c31b90a02c10d3485f7b257e77e8e1db4e123
checksum=570ce8127b148bc99c2faa1d4a3530504e81d531d3546dd1f29a7258c4d9d9ea

post_install() {
vlicense LICENSE
Expand Down