diff options
Diffstat (limited to 'extra/ethtool/PKGBUILD')
-rw-r--r-- | extra/ethtool/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index 0ab6d86a8..549a5c6ba 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169444 2012-10-21 10:28:57Z ibiru $ +# $Id: PKGBUILD 175975 2013-01-25 14:44:35Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> pkgname=ethtool -pkgver=3.6 +pkgver=3.7 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" @@ -13,7 +13,7 @@ url="http://www.kernel.org/pub/software/network/ethtool/" license=('GPL') depends=('glibc') source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('b897aa2e7eeafb5d69a571b48a1b354f') +md5sums=('f16c8416e6ec917e5753918dc23a60bd') build() { cd $pkgname-$pkgver |