diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-01 19:35:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-02 08:59:50 +0100 |
commit | bea0657d72f4f4351f78df01b57a87529783d7c9 (patch) | |
tree | 6b8e6d041e62ae923aa81d3be8be8729f92812e9 /source/n/crda | |
parent | 8160de57c47ccc90ccb514a65cc14fde84939c8f (diff) | |
download | current-bea0657d72f4f4351f78df01b57a87529783d7c9.tar.gz |
Fri Nov 1 19:35:34 UTC 201920191101193534
l/gcr-3.34.0-x86_64-1.txz: Upgraded.
l/gnome-keyring-3.34.0-x86_64-1.txz: Upgraded.
n/crda-4.14-x86_64-1.txz: Upgraded.
Upgraded to crda-4.14 and wireless-regdb-2019.06.03.
xap/blueman-2.1.1-x86_64-1.txz: Upgraded.
extra/source/flashplayer-plugin/flashplayer-plugin.SlackBuild: Upgraded.
Fixed URL to retrieve latest version number.
Diffstat (limited to 'source/n/crda')
-rwxr-xr-x | source/n/crda/crda.SlackBuild | 6 | ||||
-rw-r--r-- | source/n/crda/crda.url | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/source/n/crda/crda.SlackBuild b/source/n/crda/crda.SlackBuild index e133bf47..c3649f6e 100755 --- a/source/n/crda/crda.SlackBuild +++ b/source/n/crda/crda.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=crda -VERSION=${VERSION:-3.18} -BUILD=${BUILD:-9} +VERSION=${VERSION:-4.14} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -45,7 +45,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi -REGDBVERS=2019.03.01 +REGDBVERS=2019.06.03 TMP=${TMP:-/tmp} PKG=$TMP/package-crda diff --git a/source/n/crda/crda.url b/source/n/crda/crda.url index 29d4e08e..ea4bf780 100644 --- a/source/n/crda/crda.url +++ b/source/n/crda/crda.url @@ -1 +1,2 @@ -https://www.kernel.org/pub/software/network/crda/ +#https://www.kernel.org/pub/software/network/crda/ +https://git.kernel.org/cgit/linux/kernel/git/mcgrof/crda.git/ |