Update snappy to 1.1.3 and use new download URL

This commit is contained in:
Bryan Chan 2015-09-22 14:33:44 -04:00
parent 737b2ea56b
commit e8beabfa8d
5 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -1 +1 @@
VERSION=1.1.2
VERSION=1.1.3

View File

@ -1 +1 @@
version in ThisBuild := "1.1.2-SNAPSHOT"
version in ThisBuild := "1.1.3-SNAPSHOT"