diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-28 21:57:58 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-29 08:59:53 +0200 |
commit | c1b337e06ee4ea307f7a8307d0bf370576ea404f (patch) | |
tree | c4dddc3cadf4f2b5948e05ac2ca446a2b701f6ed /source/l | |
parent | 93abc85df8a72067aecc72c4773d00b040d6a1e2 (diff) | |
download | current-c1b337e06ee4ea307f7a8307d0bf370576ea404f.tar.gz |
Sun Jun 28 21:57:58 UTC 202020200628215758
x/libwacom-1.4-x86_64-2.txz: Rebuilt.
Fix joystick property matching in udev rule. Thanks to Pixxt.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/mozilla-nss/mozilla-nss.SlackBuild | 4 | ||||
-rwxr-xr-x | source/l/python-idna/python-idna.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/python-idna/python-idna.url | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index d303674c..a9630610 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.53.1} -NSPR=${NSPR:-4.25} +VERSION=${VERSION:-3.54} +NSPR=${NSPR:-4.26} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: diff --git a/source/l/python-idna/python-idna.SlackBuild b/source/l/python-idna/python-idna.SlackBuild index a5e6f9d2..3ce4eb5f 100755 --- a/source/l/python-idna/python-idna.SlackBuild +++ b/source/l/python-idna/python-idna.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-idna VERSION=${VERSION:-$(echo idna-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} SRCNAM=idna diff --git a/source/l/python-idna/python-idna.url b/source/l/python-idna/python-idna.url index 1bd73261..be243817 100644 --- a/source/l/python-idna/python-idna.url +++ b/source/l/python-idna/python-idna.url @@ -1 +1 @@ -https://github.com/kjd/idna +https://github.com/kjd/idna/releases |