duf: update to 0.8.1

This commit is contained in:
Subhaditya Nath 2022-07-08 14:21:52 +05:30 committed by classabbyamp
parent 403f12f95a
commit 81d7c572d0

View file

@ -1,6 +1,6 @@
# Template file for 'duf'
pkgname=duf
version=0.6.2
version=0.8.1
revision=1
build_style=go
go_ldflags="-X main.Version=$version"
@ -10,8 +10,9 @@ 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=f2314d8e5e133a6ce93968b3450c1710a3e432cb4a5dfc528aa0317d968a8988
checksum=ebc3880540b25186ace220c09af859f867251f4ecaef435525a141d98d71a27a
post_install() {
vlicense LICENSE
vman duf.1
}