mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gdu: update to 5.26.0.
This commit is contained in:
parent
0f67dcf319
commit
74f98ac67d
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'gdu'
|
# Template file for 'gdu'
|
||||||
pkgname=gdu
|
pkgname=gdu
|
||||||
version=5.25.0
|
version=5.26.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/dundee/gdu/v5"
|
go_import_path="github.com/dundee/gdu/v5"
|
||||||
go_package="./cmd/gdu"
|
go_package="./cmd/gdu"
|
||||||
go_ldflags="-X github.com/dundee/gdu/v5/build.Version=${version}"
|
go_ldflags="-X github.com/dundee/gdu/v5/build.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 <daniel@teddydd.me>"
|
||||||
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=83fe876d953b4f2f7a856552e758aae4aa0cd9569dcf1aded61bdc834b834275
|
checksum=5e7dbaa83ab2f9c7e39e44b1533907a6ca41b5c019b04647286bc7c1a435a555
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman gdu.1
|
vman gdu.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue