diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-06-25 22:14:34 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:23 +0700 |
commit | 601acaf0148aa33fd74016e3f79ca701a7a42400 (patch) | |
tree | d726fc66656a41226e0a23e737a16f0c1a1f4119 /development/dkms/dkms.SlackBuild | |
parent | 87b1d3494a220f1d22cb3dd1690c840d293391f6 (diff) |
development/dkms: Updated for version 3.0.11
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dkms/dkms.SlackBuild')
-rw-r--r-- | development/dkms/dkms.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/dkms/dkms.SlackBuild b/development/dkms/dkms.SlackBuild index 3977fe48a5f8..508776bcdf34 100644 --- a/development/dkms/dkms.SlackBuild +++ b/development/dkms/dkms.SlackBuild @@ -2,7 +2,7 @@ # Copyright (c) 2012-2017 LEVAI Daniel # All rights reserved. -# Copyright (c) 2018-2022 Christoph Willing Brisbane, Australia +# Copyright (c) 2018-2023 Christoph Willing Brisbane, Australia # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dkms -VERSION=${VERSION:-3.0.6} +VERSION=${VERSION:-3.0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |