diff options
author | С. С. Болоканаръ <bolokanar@bulgars.org> | 2024-04-26 12:22:55 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-26 22:32:28 +0700 |
commit | e2da0588146a04c862b3e372e6eeb719fab7cb70 (patch) | |
tree | 815551dc44596e62a9cc04d5c6c56189d2043056 | |
parent | 9697745dd954f538803c04cc36ab605dcec1cc38 (diff) |
desktop/dunst: Updated for version 1.11.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/dunst/dunst.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/dunst/dunst.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index 37dbc84429123..4ce590a46ebb1 100644 --- a/desktop/dunst/dunst.SlackBuild +++ b/desktop/dunst/dunst.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgars.org> +# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgarsociety.org> # С. С. Болоканаръ, България # All rights reserved. # @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dunst -VERSION=${VERSION:-1.10.0} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index 706de3ce972bb..6f4d586078ad4 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -1,10 +1,10 @@ PRGNAM="dunst" -VERSION="1.10.0" +VERSION="1.11.0" HOMEPAGE="https://dunst-project.org/" -DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.10.0/dunst-1.10.0.tar.gz" -MD5SUM="691f34ed84de67a2ef88d6bcd13d68f2" +DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.11.0/dunst-1.11.0.tar.gz" +MD5SUM="0faf54c38db9efab32c302d122a55a13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="S. S. Bolokanar" -EMAIL="bolokanar@bulgars.org" +EMAIL="bolokanar@bulgarsociety.org" |