mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
nss: update to 3.35 (+nspr to 4.18) (#11036)
* nss: update to 3.35 (+nspr to 4.18) * Removing trailing slash
This commit is contained in:
parent
78eeb6a65b
commit
6b8722ddcb
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'nss'
|
# Template file for 'nss'
|
||||||
|
|
||||||
_nsprver=4.17
|
_nsprver=4.18
|
||||||
|
|
||||||
pkgname=nss
|
pkgname=nss
|
||||||
version=3.34
|
version=3.35
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="zlib-devel nspr-devel sqlite-devel"
|
makedepends="zlib-devel nspr-devel sqlite-devel"
|
||||||
depends="nspr>=${_nsprver}"
|
depends="nspr>=${_nsprver}"
|
||||||
short_desc="Mozilla Network Security Services"
|
short_desc="Mozilla Network Security Services"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.mozilla.org/projects/security/pki/nss/"
|
homepage="https://www.mozilla.org/projects/security/pki/nss"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
|
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${version//\./_}_RTM/src/nss-${version}.tar.gz"
|
||||||
checksum=0d45954181373023c7cfc33e77c8c636d394ec7e55b93e059149ed7888652af5
|
checksum=f4127de09bede39f5fd0f789d33c3504c5d261e69ea03022d46b319b3e32f6fa
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Respect LDFLAGS
|
# Respect LDFLAGS
|
||||||
|
|
Loading…
Add table
Reference in a new issue