diff options
author | M.Dinslage <daedra1980@gmail.com> | 2023-11-20 09:50:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-20 10:04:42 +0700 |
commit | 65fc2f3f161d67e81ddb180dd74eb9fa75faa518 (patch) | |
tree | 7f788cb54d8752ffb8123fddaa3b5f8253d7e4c0 /system | |
parent | ec80de3f75dee452a4fc739f6eb0de2e239bf1f9 (diff) |
system/polychromatic: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/polychromatic/polychromatic.SlackBuild | 2 | ||||
-rw-r--r-- | system/polychromatic/polychromatic.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/polychromatic/polychromatic.SlackBuild b/system/polychromatic/polychromatic.SlackBuild index 7eee035159f0..b342a056f7cf 100644 --- a/system/polychromatic/polychromatic.SlackBuild +++ b/system/polychromatic/polychromatic.SlackBuild @@ -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} diff --git a/system/polychromatic/polychromatic.info b/system/polychromatic/polychromatic.info index 7a9be0d47c91..67cd3906da67 100644 --- a/system/polychromatic/polychromatic.info +++ b/system/polychromatic/polychromatic.info @@ -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" |