package/cups-pk-helper: bump to version 0.2.7

Switch to meson-package

https://gitlab.freedesktop.org/cups-pk-helper/cups-pk-helper/-/blob/0.2.7/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022.11.x
Fabrice Fontaine 2022-10-30 22:52:01 +01:00 committed by Yann E. MORIN
parent 35a6c9cb0d
commit 69ee6fdef4
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# From https://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-0.2.7.tar.xz.sha256sum
sha256 66070ddb448fe9fcee76aa26be2ede5a80f85563e3a4afd59d2bfd79fbe2e831 cups-pk-helper-0.2.7.tar.xz
# Locally computed:
sha256 959af8f2f5a2761e7e498b61c9caf25ae963335031eae9972d999e9a0d97a228 cups-pk-helper-0.2.6.tar.xz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
CUPS_PK_HELPER_VERSION = 0.2.6
CUPS_PK_HELPER_VERSION = 0.2.7
CUPS_PK_HELPER_SITE = https://www.freedesktop.org/software/cups-pk-helper/releases
CUPS_PK_HELPER_SOURCE = cups-pk-helper-$(CUPS_PK_HELPER_VERSION).tar.xz
CUPS_PK_HELPER_LICENSE = GPL-2.0+
@ -12,4 +12,4 @@ CUPS_PK_HELPER_LICENSE_FILES = COPYING
CUPS_PK_HELPER_CPE_ID_VENDOR = cups-pk-helper_project
CUPS_PK_HELPER_DEPENDENCIES = cups libglib2 polkit
$(eval $(autotools-package))
$(eval $(meson-package))