mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/di: Updated for version 4.31.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
17ef479639
commit
cf9ce97616
4 changed files with 10 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
di (disk information) displays everything that df does and more.
|
||||
di (disk information) displays everything that df does and more.
|
||||
|
||||
di features the ability to display your disk usage in whatever format
|
||||
you desire/prefer/are used to.
|
||||
you desire/prefer/are used to.
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Didier Charles 2011.05.22
|
||||
# Didier Charles 2012.03.08
|
||||
# dcharles@alumni.concordia.ca
|
||||
# written with the grateful assistance of the tutorial
|
||||
# "Writing A SlackBuild Script" at :
|
||||
# http://www.slackwiki.org/Writing_A_SlackBuild_Script
|
||||
# and with the guidance of the templates at:
|
||||
# written with the grateful assistance of the templates at:
|
||||
# http://slackbuilds.org/templates/
|
||||
|
||||
|
||||
PRGNAM=di
|
||||
VERSION=4.27
|
||||
VERSION=4.31
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="di"
|
||||
VERSION="4.27"
|
||||
VERSION="4.31"
|
||||
HOMEPAGE="http://www.gentoo.com/di/"
|
||||
DOWNLOAD="http://www.gentoo.com/di/di-4.27.tar.gz"
|
||||
MD5SUM="b1a7ee87b83d72c273558a5ec815bfc3"
|
||||
DOWNLOAD="http://gentoo.com/di/di-4.31.tar.gz"
|
||||
MD5SUM="f324ec49888c6c642c998ee8c3a8ce21"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Didier Charles"
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
di: di (disk information)
|
||||
di:
|
||||
di: di displays everything that df does and more.
|
||||
di: di displays everything that df does and more.
|
||||
di:
|
||||
di: It features the ability to display your disk usage
|
||||
di: in whatever format you desire/prefer/are used to.
|
||||
di: in whatever format you desire/prefer/are used to.
|
||||
di:
|
||||
di: Homepage: http://www.gentoo.com/di/
|
||||
di:
|
||||
|
|
Loading…
Reference in a new issue