duf: update to 0.5.0
This commit is contained in:
parent
634d915e43
commit
410408ff9e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'duf'
|
# Template file for 'duf'
|
||||||
pkgname=duf
|
pkgname=duf
|
||||||
version=0.4.0
|
version=0.5.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="https://github.com/muesli/duf/archive/v$version.tar.gz"
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
checksum=da6b0bb601d7b9a92cfd41005eae7a66573d28e77625f4e747b285207980784b
|
checksum=d8879fbf091cd6f6a3b95102fdeb7d21b7fc8200df1a9864b89d8e87057fc9c6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue