nspr: update to 4.8.6.

This commit is contained in:
Juan RP 2010-10-22 04:06:44 +02:00
parent 2b1c03f94f
commit 26df09d0e7

View file

@ -1,6 +1,6 @@
# Template file for 'nspr'
pkgname=nspr
version=4.8.3
version=4.8.6
distfiles="${MOZILLA_SITE}/nspr/releases/v${version}/src/${pkgname}-${version}.tar.gz"
build_style=gnu_configure
configure_script="./mozilla/nsprpub/configure"
@ -11,7 +11,7 @@ configure_args="--libdir=/usr/lib --includedir=/usr/include/nspr
--enable-optimize --disable-debug --with-pthreads ${_for64}"
short_desc="NetScape Portable Runtime"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b7ff8783da0a96c2bcb60b0882e3e585be43ecb3dd529d8ac30aa38ea4f4fbd8
checksum=d9040bb01536fa63881c423c4fa831ea459696b32d2097f614842f824e1a9f6d
long_desc="
Netscape Portable Runtime (NSPR) provides a platform-neutral API for system
level and libc like functions. The API is used in the Mozilla client, many of