mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Merge pull request #163 from prometheus/futureproof/dependencies/refresh
Upgrade Snappy, Protocol Buffers, and LevelDB.
This commit is contained in:
commit
370da70470
|
@ -24,9 +24,9 @@ export THIRD_PARTY_BUILD_OUTPUT :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GO_VERSION := 1.0.3
|
GO_VERSION := 1.0.3
|
||||||
LEVELDB_VERSION := 1.7.0
|
LEVELDB_VERSION := 1.9.0
|
||||||
PROTOCOL_BUFFERS_VERSION := 2.4.1
|
PROTOCOL_BUFFERS_VERSION := 2.5.0
|
||||||
SNAPPY_VERSION := 1.0.5
|
SNAPPY_VERSION := 1.1.0
|
||||||
|
|
||||||
UNAME := $(shell uname)
|
UNAME := $(shell uname)
|
||||||
FIRST_GOPATH := $(shell echo $${GOPATH} | awk -F':' '{ print $$1 }')
|
FIRST_GOPATH := $(shell echo $${GOPATH} | awk -F':' '{ print $$1 }')
|
||||||
|
|
Loading…
Reference in a new issue