From 319613f3ed7d686a9f2635b5f10e291c3b1c4f5d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Oct 2013 14:42:18 +0200 Subject: [PATCH] ethtool: update to 3.11. --- srcpkgs/ethtool/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ethtool/template b/srcpkgs/ethtool/template index c6271d927f2..f100fe8cb82 100644 --- a/srcpkgs/ethtool/template +++ b/srcpkgs/ethtool/template @@ -1,6 +1,6 @@ # Template file for 'ethtool' pkgname=ethtool -version=3.10 +version=3.11 revision=1 build_style=gnu-configure short_desc="Utility for controlling network drivers and hardware" @@ -8,10 +8,10 @@ maintainer="Juan RP " homepage="http://www.kernel.org/pub/software/network/ethtool/" license="GPL-2" distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=f88d941b63a0e51613bde5498d42f4ee2eefa332064e7a8dd80069a341dc1c40 +checksum=d53f5546196a95387f25c2f413d7537aad74b74a5c7b62f0aafd545f9e602fd4 ethtool_package() { pkg_install() { - vmove usr + vmove all } }