mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/openrazer-daemon: Updated for version 3.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
369b9cc1bf
commit
86ddea7b2e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=openrazer-daemon
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openrazer-daemon"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="https://openrazer.github.io/"
|
||||
DOWNLOAD="https://github.com/openrazer/openrazer/releases/download/v3.2.0/openrazer-3.2.0.tar.xz"
|
||||
MD5SUM="73c4dff1139e7fa8a28fe4ae9bcacce4"
|
||||
DOWNLOAD="https://github.com/openrazer/openrazer/releases/download/v3.3.0/openrazer-3.3.0.tar.xz"
|
||||
MD5SUM="20deb11e4a4e6a965c47b1d8484e853c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="setproctitle pyudev numpy3 python-daemonize openrazer-kernel"
|
||||
|
|
Loading…
Reference in a new issue