diff options
-rw-r--r-- | desktop/gammastep/gammastep.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/gammastep/gammastep.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/gammastep/gammastep.SlackBuild b/desktop/gammastep/gammastep.SlackBuild index 71af7617e7..b67f9fc23a 100644 --- a/desktop/gammastep/gammastep.SlackBuild +++ b/desktop/gammastep/gammastep.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gammastep -# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA. +# Copyright 2023-2025 Jay Lanagan (j@lngn.net), Detroit, MI, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gammastep -VERSION=${VERSION:-2.0.10} +VERSION=${VERSION:-2.0.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/gammastep/gammastep.info b/desktop/gammastep/gammastep.info index cb55d6e1c5..e38886738a 100644 --- a/desktop/gammastep/gammastep.info +++ b/desktop/gammastep/gammastep.info @@ -1,8 +1,8 @@ PRGNAM="gammastep" -VERSION="2.0.10" +VERSION="2.0.11" HOMEPAGE="https://gitlab.com/chinstrap/gammastep" -DOWNLOAD="https://gitlab.com/chinstrap/gammastep/-/archive/v2.0.10/gammastep-v2.0.10.tar.gz" -MD5SUM="2e2beca588622feaf6a0d11759713132" +DOWNLOAD="https://gitlab.com/chinstrap/gammastep/-/archive/v2.0.11/gammastep-v2.0.11.tar.gz" +MD5SUM="825fb40731b26d0186f6f555b2150789" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geoclue2 python3-xdg" |