diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2023-04-07 18:16:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-08 09:16:27 +0700 |
commit | e84afff8ad1581ccd5e3166cf5800d0eca0842e2 (patch) | |
tree | 9b294b4d7723e6ef4f12f5d9c23bfc47973d2c57 | |
parent | f67e527f581965a49588b04ef1df93a5c7beb867 (diff) |
desktop/azote: Updated for version 1.11.0.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 f9965397be64..a920fc619522 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 bbbbb3f7c740..85430e630f7f 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" |