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

duf: update to 0.6.2. #29832

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 3 additions & 2 deletions srcpkgs/duf/template
@@ -1,15 +1,16 @@
# Template file for 'duf'
pkgname=duf
version=0.6.0
version=0.6.2
revision=1
build_style=go
go_ldflags="-X main.Version=$version"
go_import_path="github.com/muesli/duf"
short_desc="Disk Usage/Free Utility"
maintainer="Paper <paper@tilde.institute>"
license="MIT"
homepage="https://github.com/muesli/duf/"
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
checksum=238ace11966ab3b1f99e5488a9f161ebc97aba7600a8f09884110d0572309491
checksum=f2314d8e5e133a6ce93968b3450c1710a3e432cb4a5dfc528aa0317d968a8988

post_install() {
vlicense LICENSE
Expand Down