From f74b3f7794268496773a3b85dc61c4bf0a08a575 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 16 Aug 2022 15:58:21 +0200 Subject: [PATCH] flatpak: Update libusb module --- demo/org.freedesktop.libfprint.Demo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/org.freedesktop.libfprint.Demo.json b/demo/org.freedesktop.libfprint.Demo.json index 11d3b036..4172a400 100644 --- a/demo/org.freedesktop.libfprint.Demo.json +++ b/demo/org.freedesktop.libfprint.Demo.json @@ -18,7 +18,7 @@ "modules": [ { "name": "libusb", - "config-opts": [ "--disable-static", "--disable-udev" ], + "config-opts": [ "--disable-static" ], "cleanup": [ "/lib/*.la", "/lib/pkgconfig", @@ -26,13 +26,13 @@ ], "sources": [ { - "type": "archive", - "url": "https://github.com/libusb/libusb/archive/v1.0.22.tar.gz", - "sha256": "3500f7b182750cd9ccf9be8b1df998f83df56a39ab264976bdb3307773e16f48" + "type": "archive", + "url": "https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2", + "sha256": "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5" } ], "post-install": [ - "install -Dm644 COPYING /app/share/licenses/libgusb/COPYING" + "install -Dm644 COPYING /app/share/licenses/libusb/COPYING" ] }, {