summaryrefslogtreecommitdiffstats
path: root/rules/sparsehash.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-05-06 18:47:29 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-06 18:47:34 +0200
commit4f39e4fea0a72c51f65d0d299c1cbd683035d3f8 (patch)
tree7c4b20b870aee3f7dd51e55385c2d6d7f304d13a /rules/sparsehash.make
parent14a6e0a29be58c78964ac4d10fc45689eb8bdfb5 (diff)
downloadptxdist-4f39e4fea0a72c51f65d0d299c1cbd683035d3f8.tar.gz
ptxdist-4f39e4fea0a72c51f65d0d299c1cbd683035d3f8.tar.xz
sparsehash: fix URL
The new tarball contains some extra test files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sparsehash.make')
-rw-r--r--rules/sparsehash.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/sparsehash.make b/rules/sparsehash.make
index 946598965..a9ae1fd23 100644
--- a/rules/sparsehash.make
+++ b/rules/sparsehash.make
@@ -8,10 +8,10 @@ PACKAGES-$(PTXCONF_SPARSEHASH) += sparsehash
#
SPARSEHASH_NAME := sparsehash
SPARSEHASH_VERSION := 1.11
-SPARSEHASH_MD5 := 53a9bb4b3fb11fc6fca9bf938c1b1ce9
+SPARSEHASH_MD5 := 53a9bb4b3fb11fc6fca9bf938c1b1ce9 622642f71c9a566b33d5407125198378
SPARSEHASH := $(SPARSEHASH_NAME)-$(SPARSEHASH_VERSION)
SPARSEHASH_SUFFIX := tar.gz
-SPARSEHASH_URL := http://google-sparsehash.googlecode.com/files/$(SPARSEHASH).$(SPARSEHASH_SUFFIX)
+SPARSEHASH_URL := https://github.com/sparsehash/sparsehash/archive/$(SPARSEHASH).$(SPARSEHASH_SUFFIX)
SPARSEHASH_SOURCE := $(SRCDIR)/$(SPARSEHASH).$(SPARSEHASH_SUFFIX)
SPARSEHASH_DIR := $(BUILDDIR)/$(SPARSEHASH)