diff --git a/srcpkgs/duf/template b/srcpkgs/duf/template index 3797726fb76..1ba1bab6aa1 100644 --- a/srcpkgs/duf/template +++ b/srcpkgs/duf/template @@ -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 " 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 }