desktop/dunst: Updated for version 1.9.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
С. С. Болоканаръ 2023-03-23 10:16:45 +02:00 committed by Willy Sudiarto Raharjo
parent 524cc2f547
commit eef6c978a0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <sbolokanov@abv.bg>
# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgars.org>
# С. С. Болоканаръ, България
# All rights reserved.
#
@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dunst
VERSION=${VERSION:-1.9.0}
VERSION=${VERSION:-1.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="dunst"
VERSION="1.9.0"
VERSION="1.9.1"
HOMEPAGE="https://dunst-project.org/"
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.9.0/dunst-1.9.0.tar.gz"
MD5SUM="adc41478b74f7f80cd9a569c9fc07e0c"
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.9.1/dunst-1.9.1.tar.gz"
MD5SUM="972f5c7c0e31f2a2ac1d87348cd90df8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="S. S. Bolokanar"
EMAIL="sbolokanov@abv.bg"
EMAIL="bolokanar@bulgars.org"