duf: update to 0.6.0
This commit is contained in:
parent
6729c340ac
commit
e2675550bb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'duf'
|
# Template file for 'duf'
|
||||||
pkgname=duf
|
pkgname=duf
|
||||||
version=0.5.0
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/muesli/duf"
|
go_import_path="github.com/muesli/duf"
|
||||||
|
@ -8,8 +8,8 @@ short_desc="Disk Usage/Free Utility"
|
||||||
maintainer="Paper <paper@tilde.institute>"
|
maintainer="Paper <paper@tilde.institute>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/muesli/duf/"
|
homepage="https://github.com/muesli/duf/"
|
||||||
distfiles="$homepage/archive/v$version.tar.gz"
|
distfiles="https://github.com/muesli/duf/archive/v$version.tar.gz"
|
||||||
checksum=d8879fbf091cd6f6a3b95102fdeb7d21b7fc8200df1a9864b89d8e87057fc9c6
|
checksum=238ace11966ab3b1f99e5488a9f161ebc97aba7600a8f09884110d0572309491
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue