Browse Source
desktop/dunst: Updated for version 1.12.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/277/head
С. С. Болоканаръ
9 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
desktop/dunst/dunst.SlackBuild
-
desktop/dunst/dunst.info
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=dunst |
|
|
|
VERSION=${VERSION:-1.11.0} |
|
|
|
VERSION=${VERSION:-1.12.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="dunst" |
|
|
|
VERSION="1.11.0" |
|
|
|
VERSION="1.12.1" |
|
|
|
HOMEPAGE="https://dunst-project.org/" |
|
|
|
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.11.0/dunst-1.11.0.tar.gz" |
|
|
|
MD5SUM="0faf54c38db9efab32c302d122a55a13" |
|
|
|
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.12.1/dunst-1.12.1.tar.gz" |
|
|
|
MD5SUM="e5aa4bf0c7bf051f103bb8c99573ae89" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|