diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-08-01 18:52:23 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:16:00 +0700 |
commit | 146d0cf65d634104ce2ef5e780cb648efb54e23d (patch) | |
tree | c738f3a62cca75978e9677f66a28ca0abf661a4b /desktop/dunst | |
parent | f9d565b120cf61eb2050f4923b87825a81808b92 (diff) | |
download | slackbuilds-146d0cf65d634104ce2ef5e780cb648efb54e23d.tar.gz |
desktop/dunst: Updated for version 1.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dunst')
-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 4aa2ca1fa4..7c532db317 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.8.1} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index 9e4c98700c..5864bfa4c1 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -1,8 +1,8 @@ PRGNAM="dunst" -VERSION="1.8.1" +VERSION="1.9.0" HOMEPAGE="https://dunst-project.org/" -DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.8.1/dunst-1.8.1.tar.gz" -MD5SUM="a3e484746f97f97866868d2755572784" +DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.9.0/dunst-1.9.0.tar.gz" +MD5SUM="adc41478b74f7f80cd9a569c9fc07e0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |