From 2598cca1ae5bdb71775cd5a38e1aa2981485de25 Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Tue, 22 Oct 2019 09:59:50 +0700 Subject: [PATCH] nspr: update to 4.23. --- srcpkgs/nspr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nspr/template b/srcpkgs/nspr/template index a30f39088e1..6827b76f827 100644 --- a/srcpkgs/nspr/template +++ b/srcpkgs/nspr/template @@ -1,16 +1,16 @@ # Template file for 'nspr' pkgname=nspr -version=4.22 +version=4.23 revision=1 build_wrksrc=nspr build_style=gnu-configure makedepends="zlib-devel" short_desc="NetScape Portable Runtime" -maintainer="Orphaned " +maintainer="Doan Tran Cong Danh " license="MPL-2.0" homepage="http://www.mozilla.org/projects/nspr/" distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz" -checksum=c9e4b6cc24856ec93202fe13704b38b38ba219f0f2aeac93090ce2b6c696d430 +checksum=4b9d821037faf5723da901515ed9cac8b23ef1ea3729022259777393453477a4 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"