diff options
author | Симонъ С. Болокановъ <sbolokanov@abv.bg> | 2020-10-24 07:39:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-24 07:39:19 +0700 |
commit | 2dca5f9b6fc7541a004fc99623f4a6a46774f451 (patch) | |
tree | c01d4a63e5501576a53f900877fea8ef5e7f960b /desktop/dunst | |
parent | a16e4a9a1cbc3583da74efd4c6705ee8dfba690f (diff) | |
download | slackbuilds-2dca5f9b6fc7541a004fc99623f4a6a46774f451.tar.gz |
desktop/dunst: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dunst')
-rw-r--r-- | desktop/dunst/dunst.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/dunst/dunst.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index bf9a9f5acb..cb82fa0e70 100644 --- a/desktop/dunst/dunst.SlackBuild +++ b/desktop/dunst/dunst.SlackBuild @@ -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 . diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index c236fb4023..ec286e724b 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -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="" |