system/polychromatic: Updated for version 0.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2022-12-08 21:17:40 +07:00 committed by Willy Sudiarto Raharjo
parent 5d51a06dc8
commit 60c52ea601
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=polychromatic
VERSION=${VERSION:-0.7.3}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="polychromatic"
VERSION="0.7.3"
VERSION="0.8.0"
HOMEPAGE="https://polychromatic.app/"
DOWNLOAD="https://github.com/polychromatic/polychromatic/archive/v0.7.3/polychromatic-0.7.3.tar.gz"
MD5SUM="13fdf0f8e1fbd9f6301d3a82765df831"
DOWNLOAD="https://github.com/polychromatic/polychromatic/archive/v0.8.0/polychromatic-0.8.0.tar.gz"
MD5SUM="f520d31272f5a79356804f8a0031a27d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openrazer-daemon colorama python-colour python3-PyQtWebEngine"