diff options
author | С. С. Болоканаръ <bolokanar@bulgars.org> | 2024-02-29 22:48:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-01 17:53:26 +0700 |
commit | 67e08e6b295a681c89155f30995e00b908639d55 (patch) | |
tree | b69fa68268048a785ec5a60cf46dfbb4c5677a05 | |
parent | 1a947c85b1802324880df479793e19ba8583aa49 (diff) |
desktop/dunst: Updated for version 1.10.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/dunst/dunst.SlackBuild | 2 | ||||
-rw-r--r-- | desktop/dunst/dunst.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index 5953b6138933..37dbc8442912 100644 --- a/desktop/dunst/dunst.SlackBuild +++ b/desktop/dunst/dunst.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dunst -VERSION=${VERSION:-1.9.2} +VERSION=${VERSION:-1.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index 02f662c51b65..706de3ce972b 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -1,8 +1,8 @@ PRGNAM="dunst" -VERSION="1.9.2" +VERSION="1.10.0" HOMEPAGE="https://dunst-project.org/" -DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.9.2/dunst-1.9.2.tar.gz" -MD5SUM="138b0a3542a8d0b69125c3c31e977405" +DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.10.0/dunst-1.10.0.tar.gz" +MD5SUM="691f34ed84de67a2ef88d6bcd13d68f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |