ethtool: fix typo in TERMUX_PKG_REVISION

This commit is contained in:
Henrik Grimler 2022-07-13 14:07:16 +02:00 committed by GitHub
parent 444d300c33
commit f021c2b870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="standard Linux utility for controlling network drivers a
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=5.16
TERMUX_PKG_REVIDION=1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=aa2fef1936dd4a11755dfa0bdb93f0ec5bea45208d27c9754bc3abe1aa42c1cb
TERMUX_PKG_DEPENDS="libmnl"