diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-07-20 00:13:56 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2015-07-20 00:14:39 +0200 |
commit | 55f44afe728b6b6e0695db0ed8f0d4eb5359d73d (patch) | |
tree | 1c96ed0e9fb56755b0dfb3d401d50c8f7e8dd186 /utils/i2c-tools/Makefile | |
parent | c181b82b227fc32987ad6e79bbea71af9744d601 (diff) |
i2c-tools: update to 3.1.2
remove archive.org download link as lm-sensors.org seems to be working
again.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/i2c-tools/Makefile')
-rw-r--r-- | utils/i2c-tools/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/i2c-tools/Makefile b/utils/i2c-tools/Makefile index 8c36ca9da..d77dbd564 100644 --- a/utils/i2c-tools/Makefile +++ b/utils/i2c-tools/Makefile @@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2c-tools -PKG_VERSION:=3.1.1 +PKG_VERSION:=3.1.2 PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ \ - http://web.archive.org/web/20150326044243/http://dl.lm-sensors.org/i2c-tools/releases/ +PKG_SOURCE_URL:=http://dl.lm-sensors.org/i2c-tools/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=0fdbff53ebd0b8d9249256d6c56480b1 +PKG_MD5SUM:=7104a1043d11a5e2c7b131614eb1b962 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=PACKAGE_python-smbus:python |