mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/dunst: Updated for version 1.11.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9697745dd9
commit
e2da058814
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgars.org>
|
||||
# Copyright 2014-2021 S. S. Bolokanar, Bulgaria <bolokanar@bulgarsociety.org>
|
||||
# С. С. Болоканаръ, България
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dunst
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
VERSION=${VERSION:-1.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dunst"
|
||||
VERSION="1.10.0"
|
||||
VERSION="1.11.0"
|
||||
HOMEPAGE="https://dunst-project.org/"
|
||||
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.10.0/dunst-1.10.0.tar.gz"
|
||||
MD5SUM="691f34ed84de67a2ef88d6bcd13d68f2"
|
||||
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.11.0/dunst-1.11.0.tar.gz"
|
||||
MD5SUM="0faf54c38db9efab32c302d122a55a13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="S. S. Bolokanar"
|
||||
EMAIL="bolokanar@bulgars.org"
|
||||
EMAIL="bolokanar@bulgarsociety.org"
|
||||
|
|
Loading…
Reference in a new issue