dstat: update to 0.7.3.
This commit is contained in:
parent
7fff19412a
commit
d21f517464
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dstat'
|
||||
pkgname=dstat
|
||||
version=0.7.2
|
||||
revision=2
|
||||
version=0.7.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
makedepends="python"
|
||||
depends="$makedepends"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Versatile tool for generating system resource statistics"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://dag.wiee.rs/home-made/dstat/"
|
||||
distfiles="http://dag.wiee.rs/home-made/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=34a986d9d7c028bd9dcb6b2ef1c740f7220de5c9cf976870a2b62aca23b33bae
|
||||
distfiles="https://github.com/dagwieers/dstat/archive/${version}.tar.gz"
|
||||
checksum=46e63821857b69fbc60cb2c7d893ccdd6f31cd9ef24b8bb0b68951e1c7374898
|
||||
|
||||
do_install() {
|
||||
make install DESTDIR=$DESTDIR
|
||||
|
|
Loading…
Reference in New Issue