diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-02-09 22:46:17 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-10 08:59:44 +0100 |
commit | f49ba0d7785f69acb860e08a3d04df04b2f3a3aa (patch) | |
tree | c03bbf44fe00dd60465d06f920d6ec154aa97df1 /source/a | |
parent | a8daf9f55156a2f2af2a4e44d55551a9e9a0ac7e (diff) | |
download | current-f49ba0d7785f69acb860e08a3d04df04b2f3a3aa.tar.gz |
Sat Feb 9 22:46:17 UTC 201920190209224617
a/kmod-26-x86_64-1.txz: Upgraded.
d/Cython-0.29.5-x86_64-1.txz: Upgraded.
l/libidn2-2.1.1a-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/kmod/kmod.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/kmod/kmod.SlackBuild b/source/a/kmod/kmod.SlackBuild index d456b87e..3d2e73c7 100755 --- a/source/a/kmod/kmod.SlackBuild +++ b/source/a/kmod/kmod.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=kmod -VERSION=${VERSION:-25} -BUILD=${BUILD:-2} +VERSION=${VERSION:-26} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |