Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/nss/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_nsprver=4.39

pkgname=nss
version=3.126
version=3.127
revision=1
_v="${version//\./_}"
hostmakedepends="perl"
Expand All @@ -13,7 +13,7 @@
license="MPL-2.0, MIT, BSD-3-Clause"
homepage="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
distfiles="${MOZILLA_SITE}/security/nss/releases/NSS_${_v}_RTM/src/nss-${version}.tar.gz"
checksum=7aa07c758be1453d82d739240b249ffb7aef0041be488067e1c0f348e1f9e337
checksum=5a899cad21ae2c9d3c5132de79726eda8df3b7fdf18eeb239fc544d43b87338b

export NS_USE_GCC=1
export LIBRUNPATH=
Expand Down Expand Up @@ -85,7 +85,7 @@

eval $(awk '
/#define.*NSS_VMAJOR/{printf "NSS_VMAJOR=%d\n", $3}
/#define.*NSS_VMINOR/{printf "NSS_VMINOR=%d\n", $3}

Check failure on line 88 in srcpkgs/nss/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

please indent with tabs
/#define.*NSS_VPATCH/{printf "NSS_VPATCH=%d\n", $3}
' nss/lib/nss/nss.h)

Expand Down
Loading