mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
xdg-dbus-proxy: update to 0.1.7
Changes in 0.1.7 (2025-04-07): * Drop the autotools build system * Unbreak the CI * Prevent a crash on disconnect * Fix building with glibc >= 2.43 * Fix the eavesdrop filtering to prevent message interception Link: https://github.com/flatpak/xdg-dbus-proxy/blob/0.1.7/NEWS Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
committed by
Alexandru Ardelean
parent
523e9e5df8
commit
e865d130b8
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=xdg-dbus-proxy
|
PKG_NAME:=xdg-dbus-proxy
|
||||||
PKG_VERSION:=0.1.6
|
PKG_VERSION:=0.1.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/flatpak/$(PKG_NAME)/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/flatpak/$(PKG_NAME)/releases/download/$(PKG_VERSION)
|
||||||
PKG_HASH:=131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1
|
PKG_HASH:=3ad3d27ba574e178acb5e4d438ba36ace25e3564f899c36f31c56f82c7adbbe7
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=LGPLv2-or-later
|
PKG_LICENSE:=LGPLv2-or-later
|
||||||
|
|||||||
Reference in New Issue
Block a user