mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/polychromatic: Updated for version 0.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1164db918
commit
e2cd296826
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=polychromatic
|
||||
VERSION=${VERSION:-0.8.3}
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="polychromatic"
|
||||
VERSION="0.8.3"
|
||||
VERSION="0.8.4"
|
||||
HOMEPAGE="https://polychromatic.app/"
|
||||
DOWNLOAD="https://github.com/polychromatic/polychromatic/archive/v0.8.3/polychromatic-0.8.3.tar.gz"
|
||||
MD5SUM="30a83bb6ac020c3c30d82fd59cfab0c9"
|
||||
DOWNLOAD="https://github.com/polychromatic/polychromatic/archive/v0.8.4/polychromatic-0.8.4.tar.gz"
|
||||
MD5SUM="800d7bb4845728175d1d2b49b15a614c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="openrazer-daemon colorama python-colour python3-PyQtWebEngine"
|
||||
|
|
Loading…
Reference in a new issue