Message ID | 20220517234730.4185417-1-aperez@igalia.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] package/xdg-dbus-proxy: bump to version 0.1.4 | expand |
On Wed, 18 May 2022 02:47:29 +0300 Adrian Perez de Castro <aperez@igalia.com> wrote: > This version includes a few fixes, and a new Meson-based build system. > For now this only updates to the latest version, the switch to Meson is > left for a follow-up patch. Release notes can be found at: > > https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4 > > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> > --- > package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 4 ++-- > package/xdg-dbus-proxy/xdg-dbus-proxy.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) Both applied to master, thanks! Thomas
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes: > On Wed, 18 May 2022 02:47:29 +0300 > Adrian Perez de Castro <aperez@igalia.com> wrote: >> This version includes a few fixes, and a new Meson-based build system. >> For now this only updates to the latest version, the switch to Meson is >> left for a follow-up patch. Release notes can be found at: >> >> https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4 >> >> Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Committed to 2022.05.x and 2022.02.x given the fixes, thanks.
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash index b7aa9ac701..7bbea72b03 100644 --- a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash +++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash @@ -1,5 +1,5 @@ -# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.3 -sha256 03b5d28ca879253ddbbce31098909becca1495ea811a6377a492e28f16c09b9b xdg-dbus-proxy-0.1.3.tar.xz +# From https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4 +sha256 1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab xdg-dbus-proxy-0.1.4.tar.xz # Hash for license files: sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.mk b/package/xdg-dbus-proxy/xdg-dbus-proxy.mk index 9c4449c7bb..b07cf787ed 100644 --- a/package/xdg-dbus-proxy/xdg-dbus-proxy.mk +++ b/package/xdg-dbus-proxy/xdg-dbus-proxy.mk @@ -4,7 +4,7 @@ # ################################################################################ -XDG_DBUS_PROXY_VERSION = 0.1.3 +XDG_DBUS_PROXY_VERSION = 0.1.4 XDG_DBUS_PROXY_SITE = https://github.com/flatpak/xdg-dbus-proxy/releases/download/$(XDG_DBUS_PROXY_VERSION) XDG_DBUS_PROXY_SOURCE = xdg-dbus-proxy-$(XDG_DBUS_PROXY_VERSION).tar.xz XDG_DBUS_PROXY_DEPENDENCIES = host-pkgconf libglib2
This version includes a few fixes, and a new Meson-based build system. For now this only updates to the latest version, the switch to Meson is left for a follow-up patch. Release notes can be found at: https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> --- package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 4 ++-- package/xdg-dbus-proxy/xdg-dbus-proxy.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)