mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/polkit: bump version to 125
Also, change the url to https://github.com/polkit-org/polkit as https://gitlab.freedesktop.org/polkit/polkit The new address of the codebase for the polkit project points to the github URL. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
35835703f8
commit
3559320380
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 b69278f6ea0eac406350c45f5720e2fe5e4beaf9f53c16d9902e025965418864 polkit-123.tar.gz
|
||||
sha256 ea5cd6e6e2afa6bad938ee770bf0c2cd9317910f37956faeba2869adcf3747d1 polkit-125.tar.gz
|
||||
sha256 d2e2aa973e29c75e1b492e67ea7b7da9de2d501d49a934657971fd74f9a0b0a8 COPYING
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
POLKIT_VERSION = 123
|
||||
POLKIT_SITE = https://gitlab.freedesktop.org/polkit/polkit/-/archive/$(POLKIT_VERSION)
|
||||
POLKIT_VERSION = 125
|
||||
POLKIT_SITE = $(call github,polkit-org,polkit,$(POLKIT_VERSION))
|
||||
POLKIT_LICENSE = GPL-2.0
|
||||
POLKIT_LICENSE_FILES = COPYING
|
||||
POLKIT_CPE_ID_VALID = YES
|
||||
|
Loading…
Reference in New Issue
Block a user