Update libbson and libmongoc to 1.6.3 (#4599)

This commit is contained in:
Michael Kuhn
2017-06-25 14:09:47 +02:00
committed by Adam J. Stewart
parent e5ce7b1639
commit 1d82ccd25c
2 changed files with 4 additions and 2 deletions

View File

@@ -30,8 +30,9 @@ class Libbson(AutotoolsPackage):
parsing, and iterating BSON documents."""
homepage = "https://github.com/mongodb/libbson"
url = "https://github.com/mongodb/libbson/releases/download/1.6.2/libbson-1.6.2.tar.gz"
url = "https://github.com/mongodb/libbson/releases/download/1.6.3/libbson-1.6.3.tar.gz"
version('1.6.3', 'b7bdb314197106fcfb4af105a582d343')
version('1.6.2', 'c128a2ae3e35295e1176465be60f19db')
version('1.6.1', '4d6779451bc5764a7d4982c01e7bd8c2')