gdu: update to 5.14.0.

This commit is contained in:
Daniel Lewan 2022-05-27 22:53:38 +02:00 committed by Piraty
parent 65bc552e5b
commit 280d1c9a00
1 changed files with 4 additions and 2 deletions

View File

@ -1,15 +1,17 @@
# Template file for 'gdu' # Template file for 'gdu'
pkgname=gdu pkgname=gdu
version=5.13.2 version=5.14.0
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 $_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=f4f237f6da470599f6393591282cfd67922a963325859a939ca40ba7e18024a8 checksum=6fb64500eb22a4e586322c065e97bed72b6f4e1aead4311dad50b75d11222cdb
post_install() { post_install() {
vman gdu.1 vman gdu.1