diff options
Diffstat (limited to 'source/n/crda/crda.SlackBuild')
-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 1ad7e583..3f3bd072 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:-8} +BUILD=${BUILD:-9} # 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.31 +REGDBVERS=2019.03.01 TMP=${TMP:-/tmp} PKG=$TMP/package-crda |