Skip to content

Commit e8beabf

Browse files
committed
Update snappy to 1.1.3 and use new download URL
1 parent 737b2ea commit e8beabf

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif
3535

3636
$(SNAPPY_ARCHIVE):
3737
@mkdir -p $(@D)
38-
curl -o$@ http://snappy.googlecode.com/files/snappy-$(VERSION).tar.gz
38+
curl -L -o$@ https://github.com/google/snappy/releases/download/$(VERSION)/snappy-$(VERSION).tar.gz
3939

4040
$(SNAPPY_UNPACKED): $(SNAPPY_ARCHIVE)
4141
$(TAR) xvfz $< -C $(TARGET)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.1.2
1+
VERSION=1.1.3
Binary file not shown.
Binary file not shown.

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.1.2-SNAPSHOT"
1+
version in ThisBuild := "1.1.3-SNAPSHOT"

0 commit comments

Comments
 (0)