diff options
-rw-r--r-- | desktop/azote/azote.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/azote/azote.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/azote/azote.SlackBuild b/desktop/azote/azote.SlackBuild index f9965397be648..a920fc6195229 100644 --- a/desktop/azote/azote.SlackBuild +++ b/desktop/azote/azote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for azote -# Copyright 2022 Damian Perticone, Berisso, Argentina +# Copyright 2023 Damian Perticone, Berisso, Argentina # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=azote -VERSION=${VERSION:-1.9.5} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/azote/azote.info b/desktop/azote/azote.info index bbbbb3f7c7404..85430e630f7fa 100644 --- a/desktop/azote/azote.info +++ b/desktop/azote/azote.info @@ -1,8 +1,8 @@ PRGNAM="azote" -VERSION="1.9.5" +VERSION="1.11.0" HOMEPAGE="https://github.com/nwg-piotr/azote" -DOWNLOAD="https://github.com/nwg-piotr/azote/archive/v1.9.5/azote-1.9.5.tar.gz" -MD5SUM="fad1f2528cbf2734c1f7bb8b158aef8d" +DOWNLOAD="https://github.com/nwg-piotr/azote/archive/v1.11.0/azote-1.11.0.tar.gz" +MD5SUM="f7992e8adf0ad92775b5c2a97cf8d7b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="feh maim slop send2trash swaybg wlr-randr" |