Update snappy to 1.1.3 and use new download URL
This commit is contained in:
parent
737b2ea56b
commit
e8beabfa8d
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ endif
|
|||
|
||||
$(SNAPPY_ARCHIVE):
|
||||
@mkdir -p $(@D)
|
||||
curl -o$@ http://snappy.googlecode.com/files/snappy-$(VERSION).tar.gz
|
||||
curl -L -o$@ https://github.com/google/snappy/releases/download/$(VERSION)/snappy-$(VERSION).tar.gz
|
||||
|
||||
$(SNAPPY_UNPACKED): $(SNAPPY_ARCHIVE)
|
||||
$(TAR) xvfz $< -C $(TARGET)
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION=1.1.2
|
||||
VERSION=1.1.3
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
version in ThisBuild := "1.1.2-SNAPSHOT"
|
||||
version in ThisBuild := "1.1.3-SNAPSHOT"
|
||||
|
|
Loading…
Reference in New Issue