ethtool: new maintainer. update to 4.15.

This commit is contained in:
John Vogel 2018-02-18 04:23:26 -05:00
parent e36378d0e7
commit 604ae87b5b
3 changed files with 11 additions and 13 deletions

View File

@ -1 +1 @@
16d38f4ebe23e44f96f7d8b38ed3652c ethtool-4.11.tar.xz
1d9a82de6c9131d1caa626f77c6cdb57 ethtool-4.15.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+HwzEu3iTUbTEsYi2/K2oXmimXHBhB6kkhwN/nCH2A4HlF+/hpFq5zhF24wHcJ0L2upfPPNzMstXNoAG5RVEw8=
SHA256 (Pkgfile) = b5686db964940c7dba76d45f130b4d65ac342bc42838f64042be5da213acf1e6
RWSagIOpLGJF3xJCRl4/y849AHSWQBclBO/MOVBnRjCZjremiP8l8HNMKCu+xGGDgT8Rub5yYUYoTJdZYmAMHNWC2psOh4gDewQ=
SHA256 (Pkgfile) = cd3fdee675a50d8260e455ccda8b7df42a3893099bf850669bb0c3fd74018937
SHA256 (.footprint) = 0c1414ae37bf1aa07394d0619ee65d30799bf11d9f93f53f6f5a6f12d0261359
SHA256 (ethtool-4.11.tar.xz) = 12d8edaa8064966b8ef19cc44fecc096a68828035b6a1f2c67a27531a718e1b2
SHA256 (ethtool-4.15.tar.xz) = 71f7fd32483ffdc7c6c4d882e230714eb101df0a46cbe396dbeb8ac78f1ef91a

View File

@ -1,18 +1,16 @@
# Description: Linux net driver diagnostic and tuning tool
# URL: https://www.kernel.org/pub/software/network/ethtool/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Manuel Ruiz, manuel dot tienza at gmail dot com
# Depends on:
# URL: https://www.kernel.org/pub/software/network/ethtool/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=ethtool
version=4.11
version=4.15
release=1
source=(https://www.kernel.org/pub/software/network/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}