mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
nss: bump version.
This commit is contained in:
@@ -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}
|
||||
"
|
||||
Reference in New Issue
Block a user