diff --git a/libusb/libusb.json b/libusb/libusb.json index 7a464bd9..f3cb6ac8 100644 --- a/libusb/libusb.json +++ b/libusb/libusb.json @@ -1,6 +1,8 @@ { "name": "libusb", - "config-opts": [ "--disable-static" ], + "config-opts": [ + "--disable-static" + ], "cleanup": [ "/lib/*.la", "/lib/pkgconfig", @@ -9,8 +11,14 @@ "sources": [ { "type": "archive", - "url": "https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2", - "sha256": "ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575" + "url": "https://github.com/libusb/libusb/releases/download/v1.0.28/libusb-1.0.28.tar.bz2", + "sha256": "966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29", + "x-checker-data": { + "type": "anitya", + "project-id": 1749, + "stable-only": true, + "url-template": "https://github.com/libusb/libusb/releases/download/v$version/libusb-$version.tar.bz2" + } } ], "post-install": [