nss: bump version.

This commit is contained in:
Jerome Duval
2016-02-24 21:27:10 +00:00
parent 2ffcb9267e
commit 67a0fbf7f0
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ LICENSE="
REVISION="1"
NSS_VERSION=`echo $portVersion | sed 's/\./_/g'`
SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${NSS_VERSION}_RTM/src/nss-$portVersion.tar.gz"
CHECKSUM_SHA256="30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611"
CHECKSUM_SHA256="89e1fc7074e5c325962821289f4cd7d8207ae95af2308ba881215ed9ca68fa4f"
SOURCE_DIR="nss-$portVersion/nss"
PATCHES="nss-$portVersion.patchset"
@@ -88,7 +88,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libnspr4${secondaryArchSuffix} >= 4
lib:libnspr4${secondaryArchSuffix} >= 4.12
lib:libsqlite3$secondaryArchSuffix
lib:libz${secondaryArchSuffix}
"
@@ -110,7 +110,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
devel:libnspr4${secondaryArchSuffix} >= 4
devel:libnspr4${secondaryArchSuffix} >= 4.12
devel:libsqlite3$secondaryArchSuffix
devel:libz${secondaryArchSuffix}
"