flatpak: Update libusb module

This commit is contained in:
Bastien Nocera
2022-08-16 15:58:21 +02:00
parent fc6403899e
commit f74b3f7794

View File

@@ -18,7 +18,7 @@
"modules": [ "modules": [
{ {
"name": "libusb", "name": "libusb",
"config-opts": [ "--disable-static", "--disable-udev" ], "config-opts": [ "--disable-static" ],
"cleanup": [ "cleanup": [
"/lib/*.la", "/lib/*.la",
"/lib/pkgconfig", "/lib/pkgconfig",
@@ -27,12 +27,12 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://github.com/libusb/libusb/archive/v1.0.22.tar.gz", "url": "https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2",
"sha256": "3500f7b182750cd9ccf9be8b1df998f83df56a39ab264976bdb3307773e16f48" "sha256": "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
} }
], ],
"post-install": [ "post-install": [
"install -Dm644 COPYING /app/share/licenses/libgusb/COPYING" "install -Dm644 COPYING /app/share/licenses/libusb/COPYING"
] ]
}, },
{ {