diff --git a/manifest/armv7l/e/ethtool.filelist b/manifest/armv7l/e/ethtool.filelist index 0b4175a5a..a3becf5c8 100644 --- a/manifest/armv7l/e/ethtool.filelist +++ b/manifest/armv7l/e/ethtool.filelist @@ -1,4 +1,5 @@ -# Total size: 588679 +# Total size: 989555 /usr/local/bin/ethtool /usr/local/share/bash-completion/completions/ethtool /usr/local/share/man/man8/ethtool.8.zst +/usr/local/share/metainfo/org.kernel.software.network.ethtool.metainfo.xml diff --git a/manifest/i686/e/ethtool.filelist b/manifest/i686/e/ethtool.filelist index 9720fea20..9586cd4fd 100644 --- a/manifest/i686/e/ethtool.filelist +++ b/manifest/i686/e/ethtool.filelist @@ -1,4 +1,5 @@ -# Total size: 247219 +# Total size: 1130563 /usr/local/bin/ethtool /usr/local/share/bash-completion/completions/ethtool /usr/local/share/man/man8/ethtool.8.zst +/usr/local/share/metainfo/org.kernel.software.network.ethtool.metainfo.xml diff --git a/manifest/x86_64/e/ethtool.filelist b/manifest/x86_64/e/ethtool.filelist index 477eba613..925e628a5 100644 --- a/manifest/x86_64/e/ethtool.filelist +++ b/manifest/x86_64/e/ethtool.filelist @@ -1,4 +1,5 @@ -# Total size: 768723 +# Total size: 1098887 /usr/local/bin/ethtool /usr/local/share/bash-completion/completions/ethtool /usr/local/share/man/man8/ethtool.8.zst +/usr/local/share/metainfo/org.kernel.software.network.ethtool.metainfo.xml diff --git a/packages/ethtool.rb b/packages/ethtool.rb index 1a36389e5..3abcee9f7 100644 --- a/packages/ethtool.rb +++ b/packages/ethtool.rb @@ -6,18 +6,18 @@ require 'buildsystems/autotools' class Ethtool < Autotools description 'Utility for controlling network drivers and hardware' homepage 'https://www.kernel.org/pub/software/network/ethtool/' - version '6.11' + version '6.15' license 'LGPL2.1' compatibility 'all' source_url "https://www.kernel.org/pub/software/network/ethtool/ethtool-#{version}.tar.xz" - source_sha256 'bb13db91915cacd7a492b65b65df07a67e4b974ddbeaf76205b1945a23d27686' + source_sha256 '9477c365114d910120aaec5336a1d16196c833d8486f7c6da67bedef57880ade' binary_compression 'tar.zst' binary_sha256({ - aarch64: '9492106c66a1714d5b31667e94dddfca01ba1146d69b5c02e190a5177b0d7b5a', - armv7l: '9492106c66a1714d5b31667e94dddfca01ba1146d69b5c02e190a5177b0d7b5a', - i686: '00c81b527fba805c379f63af5b0dbdffb348390b33549161819020419c646a7e', - x86_64: 'ae240873dea05ff4cc6112844c1a2c1ff6bb0003de062b1fa9dfa1e5b1c89ef9' + aarch64: '1af70078a68fc26cb6f95d8405e59a74c8986a1287205d01ff985d76a5835870', + armv7l: '1af70078a68fc26cb6f95d8405e59a74c8986a1287205d01ff985d76a5835870', + i686: 'dfd309329efc727a024894d5aaf89a37c891bd0713bfa1448eb3dcf2064b3185', + x86_64: '851d246301bdbde1d68a33e1cddc6c09a69d4eef077f708947faf7e10d052136' }) depends_on 'glibc' # R