mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
87b1d3494a
commit
601acaf014
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dkms"
|
||||
VERSION="3.0.6"
|
||||
VERSION="3.0.11"
|
||||
HOMEPAGE="https://github.com/dell/dkms"
|
||||
DOWNLOAD="https://github.com/dell/dkms/archive/v3.0.6/dkms-3.0.6.tar.gz"
|
||||
MD5SUM="98d31ef5c1d971584b1c3df6c97ccb2c"
|
||||
DOWNLOAD="https://github.com/dell/dkms/archive/v3.0.11/dkms-3.0.11.tar.gz"
|
||||
MD5SUM="14586490dbe1421f34991d3f8d092b27"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue