Merge pull request #163 from prometheus/futureproof/dependencies/refresh

Upgrade Snappy, Protocol Buffers, and LevelDB.
pull/164/merge
Matt T. Proud 2013-04-21 11:28:03 -07:00
commit 370da70470
1 changed files with 3 additions and 3 deletions

View File

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