mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
updater-ethtool-6.15 — ethtool → 6.15 (#12600)
* Add unbuilt ethtool to updater-ethtool-6.15 * updater-ethtool-6.15: Build Run on linux/amd64. * updater-ethtool-6.15: Build Run on linux/386. * updater-ethtool-6.15: Build Run on linux/arm/v7. * updater-ethtool-6.15: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
99d59c0be8
commit
e844fc96f3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user