From 5f2963253495c42daea8116b493085e59c63d4c7 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Thu, 21 Apr 2022 12:25:28 +0000 Subject: [PATCH] lxqt-notificationd: update to 1.1.0 This commit has been automatically submitted by Github Actions. --- x11-packages/lxqt-notificationd/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-packages/lxqt-notificationd/build.sh b/x11-packages/lxqt-notificationd/build.sh index 7ea128308..9405a8d63 100644 --- a/x11-packages/lxqt-notificationd/build.sh +++ b/x11-packages/lxqt-notificationd/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://lxqt.github.io TERMUX_PKG_DESCRIPTION="The LXQt notification daemon" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_MAINTAINER="Simeon Huang " -TERMUX_PKG_VERSION=1.0.0 +TERMUX_PKG_VERSION="1.1.0" TERMUX_PKG_SRCURL="https://github.com/lxqt/lxqt-notificationd/releases/download/${TERMUX_PKG_VERSION}/lxqt-notificationd-${TERMUX_PKG_VERSION}.tar.xz" -TERMUX_PKG_SHA256=94c10fd904995d3eea3b587dd521ed01b839d863ff80205af0af8cab6cb2a660 +TERMUX_PKG_SHA256=84fc1424956a68fef10859561be3602c16ec03ac187fdce7dd3fa4b277c3e32f TERMUX_PKG_DEPENDS="qt5-qtbase, liblxqt, libnotify" TERMUX_PKG_BUILD_DEPENDS="lxqt-build-tools, qt5-qtbase-cross-tools, qt5-qttools-cross-tools" TERMUX_PKG_AUTO_UPDATE=true