mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/i2c-tools: Updated for version 4.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
8412b63376
commit
8ff4ce2fdd
3 changed files with 5 additions and 7 deletions
|
@ -1,5 +1,3 @@
|
|||
i2c-tools (utilities for I2C)
|
||||
|
||||
The I2C tools that used to be part of the lm-sensors package have been
|
||||
split to a separate package.
|
||||
The i2c-tools package contains a heterogeneous set of I2C tools for
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for i2c-tools
|
||||
|
||||
# Copyright 2012-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2012-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=i2c-tools
|
||||
VERSION=${VERSION:-4.0}
|
||||
VERSION=${VERSION:-4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i2c-tools"
|
||||
VERSION="4.0"
|
||||
VERSION="4.1"
|
||||
HOMEPAGE="https://i2c.wiki.kernel.org/index.php/I2C_Tools"
|
||||
DOWNLOAD="https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.0.tar.xz"
|
||||
MD5SUM="f873c657d00bc00e9c47ed938c2cd770"
|
||||
DOWNLOAD="https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.1.tar.xz"
|
||||
MD5SUM="e2981debb4a822a279be7e45a0ede988"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue