summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDave Keeshan <96727608+davekeeshan@users.noreply.github.com>2024-11-25 09:33:08 +0000
committerGitHub <noreply@github.com>2024-11-25 10:33:08 +0100
commita1c57d86c3a201e43316169bb3fc832319e8932c (patch)
tree969138ec191ab4979b718499a7f227e603a4c488 /var
parent9da8dcae973b07a5701248c8854939b5cdf4ff51 (diff)
downloadspack-a1c57d86c3a201e43316169bb3fc832319e8932c.tar.gz
spack-a1c57d86c3a201e43316169bb3fc832319e8932c.tar.bz2
spack-a1c57d86c3a201e43316169bb3fc832319e8932c.tar.xz
spack-a1c57d86c3a201e43316169bb3fc832319e8932c.zip
libusb: add v1.0.23:1.0.27 (#47727)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libusb/package.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/libusb/package.py b/var/spack/repos/builtin/packages/libusb/package.py
index 36fb87fcc8..9fdc454afc 100644
--- a/var/spack/repos/builtin/packages/libusb/package.py
+++ b/var/spack/repos/builtin/packages/libusb/package.py
@@ -11,12 +11,17 @@ class Libusb(AutotoolsPackage):
"""Library for USB device access."""
homepage = "https://libusb.info/"
- url = "https://github.com/libusb/libusb/releases/download/v1.0.22/libusb-1.0.22.tar.bz2"
+ url = "https://github.com/libusb/libusb/releases/download/v1.0.27/libusb-1.0.27.tar.bz2"
git = "https://github.com/libusb/libusb"
license("LGPL-2.1-or-later")
version("master", branch="master")
+ version("1.0.27", sha256="ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575")
+ version("1.0.26", sha256="12ce7a61fc9854d1d2a1ffe095f7b5fac19ddba095c259e6067a46500381b5a5")
+ version("1.0.25", sha256="8a28ef197a797ebac2702f095e81975e2b02b2eeff2774fa909c78a74ef50849")
+ version("1.0.24", sha256="7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a")
+ version("1.0.23", sha256="db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d")
version("1.0.22", sha256="75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157")
version("1.0.21", sha256="7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b")
version("1.0.20", sha256="cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff")