Update libbson and libmongoc to 1.6.3 (#4599)
This commit is contained in:
parent
e5ce7b1639
commit
1d82ccd25c
2 changed files with 4 additions and 2 deletions
|
@ -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')
|
||||
|
||||
|
|
|
@ -29,8 +29,9 @@ class Libmongoc(AutotoolsPackage):
|
|||
"""libmongoc is a client library written in C for MongoDB."""
|
||||
|
||||
homepage = "https://github.com/mongodb/mongo-c-driver"
|
||||
url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.6.2/mongo-c-driver-1.6.2.tar.gz"
|
||||
url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.6.3/mongo-c-driver-1.6.3.tar.gz"
|
||||
|
||||
version('1.6.3', '0193610cf1d98aae7008f272a1000972')
|
||||
version('1.6.2', 'aac86df153282cda1e4905cca181631a')
|
||||
version('1.6.1', '826946de9a15f7f453aefecdc76b1c0d')
|
||||
|
||||
|
|
Loading…
Reference in a new issue