teensy_loader_cli: update to "current" version 2.1
Closes #17087. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3d8276974c
commit
5694bfa007
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,10 @@
|
|||
class TeensyLoaderCli < Formula
|
||||
desc "Command-line integration for Teensy USB development boards"
|
||||
homepage "https://www.pjrc.com/teensy/loader_cli.html"
|
||||
url "https://www.pjrc.com/teensy/teensy_loader_cli.2.1.zip"
|
||||
sha256 "dafd040d6748b52e0d4a01846d4136f3354ca27ddc36a55ed00d0a0af0902d46"
|
||||
url "https://github.com/PaulStoffregen/teensy_loader_cli/archive/2.1.tar.gz"
|
||||
sha256 "5c36fe45b9a3a71ac38848b076cd692bf7ca8826a69941c249daac3a1d95e388"
|
||||
revision 1
|
||||
head "https://github.com/PaulStoffregen/teensy_loader_cli.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -12,11 +14,7 @@ class TeensyLoaderCli < Formula
|
|||
sha256 "dcd10140babb4d2937ce376c89e9c24a2e8046d2cabdad2cfdbc2542afa14471" => :mavericks
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/PaulStoffregen/teensy_loader_cli.git"
|
||||
|
||||
depends_on "libusb-compat" => :optional
|
||||
end
|
||||
depends_on "libusb-compat" => :optional
|
||||
|
||||
def install
|
||||
ENV["OS"] = "MACOSX"
|
||||
|
|
Loading…
Reference in a new issue