libbson, libmongoc: Update to 1.9.1 (#6900)

This commit is contained in:
Michael Kuhn 2018-01-11 17:19:44 +01:00 committed by Adam J. Stewart
parent 5dd7baa61d
commit 070bcab7f2
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ class Libbson(AutotoolsPackage):
homepage = "https://github.com/mongodb/libbson"
url = "https://github.com/mongodb/libbson/releases/download/1.7.0/libbson-1.7.0.tar.gz"
maintainers = ['michaelkuhn']
version('1.9.1', 'f91f59fc5a0cbba94d4d32dad1bd0cfd')
version('1.8.1', '42601455cf7f450b46f62c4e6115c440')
version('1.8.0', '8b3c64570eec721f951831958e707a5a')
version('1.7.0', 'e196ad77dd8458ebc1166e6135030b63')

View File

@ -31,6 +31,9 @@ class Libmongoc(AutotoolsPackage):
homepage = "https://github.com/mongodb/mongo-c-driver"
url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.7.0/mongo-c-driver-1.7.0.tar.gz"
maintainers = ['michaelkuhn']
version('1.9.1', '86f98ace1a5f073eea6875a96761b198')
version('1.8.1', '52d54a4107a2da20c1a1b28bc1ff9d44')
version('1.8.0', '8c271a16ff30f6d4f5e134f699f7360f')
version('1.7.0', '21acf3584e92631422bc91e9e3cf4f76')