diff options
Diffstat (limited to '')
-rwxr-xr-x | source/n/crda/crda.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/crda/crda.SlackBuild b/source/n/crda/crda.SlackBuild index abd2e2a7c..1ad7e5830 100755 --- a/source/n/crda/crda.SlackBuild +++ b/source/n/crda/crda.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=crda VERSION=${VERSION:-3.18} -BUILD=${BUILD:-7} +BUILD=${BUILD:-8} # 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=2018.05.09 +REGDBVERS=2018.05.31 TMP=${TMP:-/tmp} PKG=$TMP/package-crda |