mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Merge pull request #125 from linux-on-ibm-z/develop
Update snappy to 1.1.3 and use new download URL
This commit is contained in:
commit
0812a50c13
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.
Binary file not shown.
@ -1 +1 @@
|
||||
version in ThisBuild := "1.1.3-SNAPSHOT"
|
||||
version in ThisBuild := "1.1.3-SNAPSHOT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user