Message ID | 20231019110851.1924092-1-aperez@igalia.com |
---|---|
State | Accepted |
Headers | show |
Series | package/xdg-dbus-proxy: fix tarball name in hash file | expand |
Hi Peter, On Thu, 19 Oct 2023 14:08:35 +0300 Adrian Perez de Castro <aperez@igalia.com> wrote: > Fixes: 487761a5b2 ("package/xdg-dbus-proxy: bump to version 0.1.5") > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> > --- > package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Could you apply this one fix? I've sent a v2 patch after noticing that I didn't update the tarball name in the .hash file but you merged v1 of the patch with the mistake. This will fix the issue, and apologies for the back and forth O:-) > diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash > index 37f1790c9b..f61a6a91ae 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.5 > -sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.4.tar.xz > +sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.5.tar.xz > > # Hash for license files: > sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING > -- > 2.42.0 Cheers, —Adrián
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes: > Fixes: 487761a5b2 ("package/xdg-dbus-proxy: bump to version 0.1.5") > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Committed to master, 2023.02.x and 2023.08.x, thanks.
diff --git a/package/xdg-dbus-proxy/xdg-dbus-proxy.hash b/package/xdg-dbus-proxy/xdg-dbus-proxy.hash index 37f1790c9b..f61a6a91ae 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.5 -sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.4.tar.xz +sha256 061dcfaf8a0650e5fd9d5432dfe88bda749ea0d079dc136304bfecfbce0661fb xdg-dbus-proxy-0.1.5.tar.xz # Hash for license files: sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
Fixes: 487761a5b2 ("package/xdg-dbus-proxy: bump to version 0.1.5") Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> --- package/xdg-dbus-proxy/xdg-dbus-proxy.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)