libraries/lxqt-notificationd: Update for 1.1.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-06-29 13:15:12 -07:00 committed by Willy Sudiarto Raharjo
parent ee2b7d45d2
commit 3b6a9ff5da
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -29,8 +29,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxqt-notificationd PRGNAM=lxqt-notificationd
VERSION=${VERSION:-1.0.0} VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="lxqt-notificationd" PRGNAM="lxqt-notificationd"
VERSION="1.0.0" VERSION="1.1.0"
HOMEPAGE="https://github.com/lxqt/lxqt-notificationd" 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" DOWNLOAD="https://github.com/lxqt/lxqt-notificationd/releases/download/1.1.0/lxqt-notificationd-1.1.0.tar.xz"
MD5SUM="7d84ce1ecc19e1204e7424f1adaabf91" MD5SUM="f3ec9c0986ad24aac63b5f74818c7305"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="liblxqt" REQUIRES="liblxqt"