diff options
author | M.Dinslage <daedra1980@gmail.com> | 2022-12-08 21:17:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 21:17:40 +0700 |
commit | 60c52ea60158178a7f46a52002059d9a083b2718 (patch) | |
tree | dc16245c20447c9850db18a29e20fcc6e92cffd5 /system | |
parent | 5d51a06dc811f391f94f5af09a855da177a30bf6 (diff) |
system/polychromatic: Updated for version 0.8.0.
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 604eb5c4fd26..a729098787a0 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.7.3} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/polychromatic/polychromatic.info b/system/polychromatic/polychromatic.info index 3243d382ea49..901067e17dc4 100644 --- a/system/polychromatic/polychromatic.info +++ b/system/polychromatic/polychromatic.info @@ -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" |