diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-20 03:34:20 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-20 03:34:20 +0000 |
commit | 2f8045ba14153d1665148e3cff527ce4f6bf66e5 (patch) | |
tree | 637a66d43f28d341e0504c3c75fea27e4e490312 /extra/ethtool | |
parent | 322e623017947f32cb26db4c80f8eec2c5736401 (diff) |
Thu Feb 20 03:30:17 UTC 2014
Diffstat (limited to 'extra/ethtool')
-rw-r--r-- | extra/ethtool/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index c647748a1..edda6f0ab 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 196480 2013-10-14 08:50:55Z ioni $ +# $Id: PKGBUILD 206117 2014-02-19 03:37:03Z dan $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> pkgname=ethtool -pkgver=3.11 +pkgver=3.13 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" arch=('i686' 'x86_64') -url="http://www.kernel.org/pub/software/network/ethtool/" +url="https://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=('5f3a0ed1b3510ca0695db0b4debdd292') +source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('dcb8f345d44ee79108282e7d0bdf5013') build() { cd $pkgname-$pkgver |