nspr: update to 4.15.
This commit is contained in:
parent
d22df24188
commit
353fe94218
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nspr'
|
||||
pkgname=nspr
|
||||
version=4.13.1
|
||||
version=4.15
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_wrksrc="nspr"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.mozilla.org/projects/nspr/"
|
||||
license="MPL-2.0"
|
||||
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
|
||||
checksum=5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab
|
||||
checksum=27dde06bc3d0c88903a20d6ad807361a912cfb624ca0ab4efb10fc50b19e2d80
|
||||
|
||||
do_configure() {
|
||||
CFLAGS="$CFLAGS -D_PR_POLL_AVAILABLE -D_PR_HAVE_OFF64_T -D_PR_INET6 -D_PR_HAVE_INET_NTOP -D_PR_HAVE_GETHOSTBYNAME2 -D_PR_HAVE_GETADDRINFO -D_PR_INET6_PROBE"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="https://ftp.mozilla.org/pub/nspr/releases/"
|
||||
pattern=">v\K[\d.]+(?=/<)"
|
Loading…
Reference in New Issue