system/openrazer-daemon: Updated for version 3.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2022-04-16 09:43:49 +07:00 committed by Willy Sudiarto Raharjo
parent 369b9cc1bf
commit 86ddea7b2e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"