mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/openrazer-kernel: Updated for version 3.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
87fbf69476
commit
e90106b4c7
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openrazer-kernel
|
||||
VERSION=${VERSION:-3.6.0}
|
||||
VERSION=${VERSION:-3.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openrazer-kernel"
|
||||
VERSION="3.6.0"
|
||||
VERSION="3.7.0"
|
||||
HOMEPAGE="https://openrazer.github.io/"
|
||||
DOWNLOAD="https://github.com/openrazer/openrazer/releases/download/v3.6.0/openrazer-3.6.0.tar.xz"
|
||||
MD5SUM="d0dbd0527a9f900ef8e78775341b5ffb"
|
||||
DOWNLOAD="https://github.com/openrazer/openrazer/releases/download/v3.7.0/openrazer-3.7.0.tar.xz"
|
||||
MD5SUM="64aa25772982d55b9a6140ff5c995445"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue