ethtool: update to 3.4.1.
This commit is contained in:
parent
101bb926f2
commit
3c466bc856
1 changed files with 6 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'ethtool'
|
# Template file for 'ethtool'
|
||||||
pkgname=ethtool
|
pkgname=ethtool
|
||||||
_distver=3.2
|
_distver=3.4.1
|
||||||
# Previous version was 6, we have to conserve it to make version comparision
|
# Previous version was 6, we have to conserve it to make version comparision
|
||||||
# work with previous versions.
|
# work with previous versions.
|
||||||
version=6:${_distver}
|
version=6:${_distver}
|
||||||
wrksrc=${pkgname}-${_distver}
|
|
||||||
distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=${pkgname}-${_distver}
|
||||||
|
build_style=gnu-configure
|
||||||
short_desc="Display or change ethernet card settings"
|
short_desc="Display or change ethernet card settings"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/pub/software/network/ethtool/"
|
homepage="http://www.kernel.org/pub/software/network/ethtool/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=edeb2f1c44e396c3801ddb56ebb9bb0a8f8a0110acc68ccfd492d5a73ac6ef5b
|
distfiles="http://www.kernel.org/pub/software/network/$pkgname/$pkgname-${_distver}.tar.xz"
|
||||||
|
checksum=411fb7d0e61c504876dfdb744e7d19c949d336af87dcac7397a33f07f0332f20
|
||||||
long_desc="
|
long_desc="
|
||||||
ethtool is used for querying settings of an ethernet device and
|
ethtool is used for querying settings of an ethernet device and changing them."
|
||||||
changing them."
|
|
||||||
|
|
Loading…
Reference in a new issue