Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLctrs <Lctrs@users.noreply.github.com>2022-08-04 17:26:29 +0300
committerGitHub <noreply@github.com>2022-08-04 17:26:29 +0300
commit517e2cb09831f3921a3abc5ce14982ef2f31b8cb (patch)
tree6efb1676a91ecbb9aa7ea4ea3b55313a7e1475ad
parent0feaad51f1885478e32d2cf91c1d9393b478dcea (diff)
fix(libusb): switch to .tar.bz2 tarball (#199)
According to a txt shipped with the release on their github, we should use the .tar.bz2 file instead of the .tar.gz.
-rw-r--r--libusb/libusb.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.json b/libusb/libusb.json
index e96abf4..21dddf8 100644
--- a/libusb/libusb.json
+++ b/libusb/libusb.json
@@ -9,8 +9,8 @@
"sources": [
{
"type": "archive",
- "url": "https://github.com/libusb/libusb/archive/v1.0.26.tar.gz",
- "sha256": "a09bff99c74e03e582aa30759cada218ea8fa03580517e52d463c59c0b25e240"
+ "url": "https://github.com/libusb/libusb/releases/download/v1.0.26/libusb-1.0.26.tar.bz2",
+ "sha256": "12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5"
}
],
"post-install": [