libraries/lxqt-notificationd: Updated for version 1.3.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-04-17 22:04:59 -07:00 committed by Willy Sudiarto Raharjo
parent 3f4cc2725c
commit 040b675401
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for lxqt-notificationd
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxqt-notificationd
VERSION=${VERSION:-1.2.0}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="lxqt-notificationd"
VERSION="1.2.0"
VERSION="1.3.0"
HOMEPAGE="https://github.com/lxqt/lxqt-notificationd"
DOWNLOAD="https://github.com/lxqt/lxqt-notificationd/releases/download/1.2.0/lxqt-notificationd-1.2.0.tar.xz"
MD5SUM="725a7e6c015331058bf99e76109289e0"
DOWNLOAD="https://github.com/lxqt/lxqt-notificationd/releases/download/1.3.0/lxqt-notificationd-1.3.0.tar.xz"
MD5SUM="5968545fb9ac06c19cd682f474b45c28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="liblxqt"