desktop/dunst: Updated for version 1.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Симонъ С. Болокановъ 2020-10-24 07:39:19 +07:00 committed by Willy Sudiarto Raharjo
parent a16e4a9a1c
commit 2dca5f9b6f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
# 3.4.2016 - don't clobber the config
PRGNAM=dunst
VERSION=${VERSION:-1.4.1}
VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,7 +64,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM $PRGNAM-$VERSION
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,8 +1,8 @@
PRGNAM="dunst"
VERSION="1.4.1"
VERSION="1.5.0"
HOMEPAGE="https://dunst-project.org/"
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.4.1/dunst-1.4.1.tar.gz"
MD5SUM="ea22e152ae40a1fc8e0e4da5b762ad20"
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.5.0/dunst-1.5.0.tar.gz"
MD5SUM="e42e7a53741066b137dcb92bb8c22020"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""