Skip to content

Commit

Permalink
update hidapi to 0.11.2 (#4317)
Browse files Browse the repository at this point in the history
* update hidapi to 0.11.2

* Update H/hidapi/build_tarballs.jl

implement suggestions

Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>

Co-authored-by: Gerhard Aigner <aigner@trium.de>
Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 25, 2022
1 parent 7140011 commit 212099d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions H/hidapi/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using BinaryBuilder

name = "hidapi"
version = v"0.10.1"
version = v"0.11.2"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/libusb/hidapi.git", "f6d0073fcddbdda24549199445e844971d3c9cef")
GitSource("https://github.com/libusb/hidapi.git", "31bde69a1f08c880ef1622f2586eea0daf3b0857")
]

# Script template (structure is the same for all platforms, directory for make differs)
Expand Down Expand Up @@ -48,6 +48,6 @@ dependencies = [
Dependency("libusb_jll")
]

platforms = [p for p in supported_platforms() if !Sys.isfreebsd(p)]
platforms = supported_platforms(;exclude=Sys.isfreebsd)

build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6", preferred_gcc_version=v"5.2.0")

0 comments on commit 212099d

Please sign in to comment.