mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/lxqt-notificationd: Update for 1.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee2b7d45d2
commit
3b6a9ff5da
2 changed files with 5 additions and 5 deletions
|
@ -29,8 +29,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lxqt-notificationd
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxqt-notificationd"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://github.com/lxqt/lxqt-notificationd"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-notificationd/releases/download/1.0.0/lxqt-notificationd-1.0.0.tar.xz"
|
||||
MD5SUM="7d84ce1ecc19e1204e7424f1adaabf91"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-notificationd/releases/download/1.1.0/lxqt-notificationd-1.1.0.tar.xz"
|
||||
MD5SUM="f3ec9c0986ad24aac63b5f74818c7305"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="liblxqt"
|
||||
|
|
Loading…
Reference in a new issue