libbson: update to 1.4.1.
This commit is contained in:
parent
f67b5a1861
commit
7dccd31199
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'libbson'
|
||||
pkgname=libbson
|
||||
version=1.4.0
|
||||
version=1.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
hostmakedepends="perl automake libtool"
|
||||
short_desc="The libbson BSON serialization library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/mongodb/libbson"
|
||||
distfiles="https://github.com/mongodb/libbson/releases/download/${version}/libbson-${version}.tar.gz"
|
||||
checksum=1f4e330d40601c4462534684bbc6e868205817c8cee54be8c12d2d73bd02b751
|
||||
distfiles="https://github.com/mongodb/libbson/archive/${version}.tar.gz"
|
||||
checksum=60abb553aff04d114e9d19862fe758cbc64061ba79de02f38b99b9d0b6850cff
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
libbson-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue