diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-02-23 10:38:16 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-02-23 10:38:16 +0200 |
commit | a0923994b8ff442f0eb5b2703fe9bf020a60ce6a (patch) | |
tree | 074e2e0656152e0abddead3482a569edfc907b94 | |
parent | 59e8dcf186925f373bc7798553a9cc36517697c0 (diff) |
tracertools: use new git HEAD
gitorious archive became available, so I could import the project
history from there into the new repo on github. Rebasing the changes
made since 2014 on top of the original git tree obviously caused
the commit hashes to differ.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | utils/tracertools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tracertools/Makefile b/utils/tracertools/Makefile index f7b29a6db..fd139700f 100644 --- a/utils/tracertools/Makefile +++ b/utils/tracertools/Makefile @@ -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:=0428aa8585c915e64ce7cdb7c6f88cf2f5987b5f +PKG_SOURCE_VERSION:=253e73fd379714239b51d5b0fd719b7c2d65f379 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |