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 f8c797d04..e3b7790da 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175975 2013-01-25 14:44:35Z ioni $ +# $Id: PKGBUILD 179514 2013-03-05 18:49:59Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> pkgname=ethtool -pkgver=3.7 +pkgver=3.8 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=('f16c8416e6ec917e5753918dc23a60bd') +md5sums=('7ae96870bc4f9b43f666650ae30f2685') build() { cd $pkgname-$pkgver |