apr: update to 1.5.2.
This commit is contained in:
parent
b19d674ff0
commit
14473c63cd
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'apr'
|
||||
pkgname=apr
|
||||
version=1.5.1
|
||||
version=1.5.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-devrandom=/dev/urandom --with-installbuilddir=/usr/share/apr-1/build"
|
||||
configure_args="--with-devrandom=/dev/random --with-installbuilddir=/usr/share/apr-1/build"
|
||||
makedepends="libuuid-devel"
|
||||
short_desc="Apache Portable Runtime Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://apr.apache.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2"
|
||||
checksum=e94abe431d4da48425fcccdb27b469bd0f8151488f82e5630a56f26590e198ac
|
||||
checksum=7d03ed29c22a7152be45b8e50431063736df9e1daa1ddf93f6a547ba7a28f67a
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue