diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-12-07 00:22:04 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-12-07 08:59:52 +0100 |
commit | 47964291693dfba44143431da5eefd00717e005b (patch) | |
tree | fec58dde2a6b69126112715fbe5cf37d6312846a /source/l | |
parent | 4fc798c4ca2a975ab8af459a6c27ee592baf0605 (diff) | |
download | current-47964291693dfba44143431da5eefd00717e005b.tar.gz |
Sat Dec 7 00:22:04 UTC 201920191207002204
a/aaa_terminfo-6.1_20191130-x86_64-1.txz: Upgraded.
a/shadow-4.8-x86_64-1.txz: Upgraded.
d/mercurial-5.2.1-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.48-x86_64-1.txz: Upgraded.
Upgraded to nss-3.48 and nspr-4.24.
l/ncurses-6.1_20191130-x86_64-1.txz: Upgraded.
x/libglvnd-1.3.0-x86_64-1.txz: Upgraded.
xap/xlockmore-5.60-x86_64-1.txz: Upgraded.
extra/bash-completion/bash-completion-2.10-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index df9e11e3..473a42d4 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Copyright 2005, 2006, 2008, 2009, 2010, 2012 Eric Hameleers, Eindhoven, NL -# Copyright 2013, 2014, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2013, 2014, 2015, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.47.1} -NSPR=${NSPR:-4.23} +VERSION=${VERSION:-3.48} +NSPR=${NSPR:-4.24} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |