Skip to content

Commit

Permalink
Update libusb to 1.0.22-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 12, 2018
1 parent 4e4c95b commit a6afc1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libusb/dependencies.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module LIBUSB
LIBUSB_VERSION = ENV['LIBUSB_VERSION'] || '1.0.21'
LIBUSB_VERSION = ENV['LIBUSB_VERSION'] || '1.0.22-rc1'
LIBUSB_SOURCE_URI = "https://github.com/libusb/libusb/releases/download/v#{LIBUSB_VERSION}/libusb-#{LIBUSB_VERSION}.tar.bz2"
LIBUSB_SOURCE_SHA1 = '54d71841542eb1a6f0b0420878a4d5434efe8d28'
LIBUSB_SOURCE_SHA1 = '09598cd30a315203ce5bacadc38b3a720bc1c9a8'

MINI_PORTILE_VERSION = '~> 2.1'
end

0 comments on commit a6afc1e

Please sign in to comment.