system/polychromatic: Updated for version 0.8.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2023-11-20 09:50:35 +07:00 committed by Willy Sudiarto Raharjo
parent ec80de3f75
commit 65fc2f3f16
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.8.2}
VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="polychromatic"
VERSION="0.8.2"
VERSION="0.8.3"
HOMEPAGE="https://polychromatic.app/"
DOWNLOAD="https://github.com/polychromatic/polychromatic/archive/v0.8.2/polychromatic-0.8.2.tar.gz"
MD5SUM="219fc5ed84249e48fcb7d814421d0030"
DOWNLOAD="https://github.com/polychromatic/polychromatic/archive/v0.8.3/polychromatic-0.8.3.tar.gz"
MD5SUM="30a83bb6ac020c3c30d82fd59cfab0c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="openrazer-daemon colorama python-colour python3-PyQtWebEngine"