gdu: update to 5.17.1.

This commit is contained in:
Daniel Lewan 2022-09-12 14:06:45 +02:00 committed by Michal Vasilek
parent 23f9a95fa5
commit b796639e28

View file

@ -1,17 +1,16 @@
# Template file for 'gdu' # Template file for 'gdu'
pkgname=gdu pkgname=gdu
version=5.16.0 version=5.17.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/dundee/gdu/v5/cmd/gdu" go_import_path="github.com/dundee/gdu/v5/cmd/gdu"
_build_pkg="github.com/dundee/gdu/v5.build" go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
go_ldflags="-X $_build_pkg.Version=${version}"
short_desc="Disk usage analyzer intended primarily for SSD disks" short_desc="Disk usage analyzer intended primarily for SSD disks"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>" maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/dundee/gdu" homepage="https://github.com/dundee/gdu"
distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz" distfiles="https://github.com/dundee/gdu/archive/v${version}.tar.gz"
checksum=266bd635d3b5a676f23dd0a9a599d7eb54ac56d5b6aa4ace044b9a3763cf9783 checksum=1b37383e0054e059b02f71b3b5f216c19044f64432b5c5e59d62b361c12c9ad3
post_install() { post_install() {
vman gdu.1 vman gdu.1