Update libbson and libmongoc to 1.6.2 (#3767)
This commit is contained in:
parent
bf9dcc4a10
commit
b91bf0e067
@ -30,14 +30,17 @@ class Libbson(AutotoolsPackage):
|
|||||||
parsing, and iterating BSON documents."""
|
parsing, and iterating BSON documents."""
|
||||||
|
|
||||||
homepage = "https://github.com/mongodb/libbson"
|
homepage = "https://github.com/mongodb/libbson"
|
||||||
url = "https://github.com/mongodb/libbson/releases/download/1.6.1/libbson-1.6.1.tar.gz"
|
url = "https://github.com/mongodb/libbson/releases/download/1.6.2/libbson-1.6.2.tar.gz"
|
||||||
|
|
||||||
|
version('1.6.2', 'c128a2ae3e35295e1176465be60f19db')
|
||||||
version('1.6.1', '4d6779451bc5764a7d4982c01e7bd8c2')
|
version('1.6.1', '4d6779451bc5764a7d4982c01e7bd8c2')
|
||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build', when='@1.6.1')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build', when='@1.6.1')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build', when='@1.6.1')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build', when='@1.6.1')
|
||||||
|
|
||||||
# 1.6.1 tarball is broken
|
@property
|
||||||
force_autoreconf = True
|
def force_autoreconf(self):
|
||||||
|
# 1.6.1 tarball is broken
|
||||||
|
return self.spec.satisfies('@1.6.1')
|
||||||
|
@ -29,8 +29,9 @@ class Libmongoc(AutotoolsPackage):
|
|||||||
"""libmongoc is a client library written in C for MongoDB."""
|
"""libmongoc is a client library written in C for MongoDB."""
|
||||||
|
|
||||||
homepage = "https://github.com/mongodb/mongo-c-driver"
|
homepage = "https://github.com/mongodb/mongo-c-driver"
|
||||||
url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.6.1/mongo-c-driver-1.6.1.tar.gz"
|
url = "https://github.com/mongodb/mongo-c-driver/releases/download/1.6.2/mongo-c-driver-1.6.2.tar.gz"
|
||||||
|
|
||||||
|
version('1.6.2', 'aac86df153282cda1e4905cca181631a')
|
||||||
version('1.6.1', '826946de9a15f7f453aefecdc76b1c0d')
|
version('1.6.1', '826946de9a15f7f453aefecdc76b1c0d')
|
||||||
|
|
||||||
depends_on('libbson')
|
depends_on('libbson')
|
||||||
|
Loading…
Reference in New Issue
Block a user