tracertools: update source, fixes bug on little-endian systems
and improves collectd support Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
b4b62a17e7
commit
852570e41e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tracertools
|
||||
PKG_VERSION:=20151226
|
||||
PKG_VERSION:=20160118
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
|
||||
|
@ -16,7 +16,7 @@ PKG_LICENSE:=GPL-3.0
|
|||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/dangowrt/tracertools.git
|
||||
PKG_SOURCE_VERSION:=cc443e28120ab86d0d6e50aad6ac9b1c7596a9ca
|
||||
PKG_SOURCE_VERSION:=0428aa8585c915e64ce7cdb7c6f88cf2f5987b5f
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
|
||||
|
|
Loading…
Reference in a new issue