mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/dunst: Updated for version 1.10.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a947c85b1
commit
67e08e6b29
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dunst
|
||||
VERSION=${VERSION:-1.9.2}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dunst"
|
||||
VERSION="1.9.2"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://dunst-project.org/"
|
||||
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.9.2/dunst-1.9.2.tar.gz"
|
||||
MD5SUM="138b0a3542a8d0b69125c3c31e977405"
|
||||
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.10.0/dunst-1.10.0.tar.gz"
|
||||
MD5SUM="691f34ed84de67a2ef88d6bcd13d68f2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue