Upgrade Snappy, Protocol Buffers, and LevelDB.
This is pending validation of fitness.
This commit is contained in:
parent
3fbf9045d5
commit
3965eea43a
|
@ -24,9 +24,9 @@ export THIRD_PARTY_BUILD_OUTPUT :=
|
|||
endif
|
||||
|
||||
GO_VERSION := 1.0.3
|
||||
LEVELDB_VERSION := 1.7.0
|
||||
PROTOCOL_BUFFERS_VERSION := 2.4.1
|
||||
SNAPPY_VERSION := 1.0.5
|
||||
LEVELDB_VERSION := 1.9.0
|
||||
PROTOCOL_BUFFERS_VERSION := 2.5.0
|
||||
SNAPPY_VERSION := 1.1.0
|
||||
|
||||
UNAME := $(shell uname)
|
||||
FIRST_GOPATH := $(shell echo $${GOPATH} | awk -F':' '{ print $$1 }')
|
||||
|
|
Loading…
Reference in New Issue