Skip to content

Commit

Permalink
Use a locally-hosted gcc toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecco committed Nov 5, 2019
1 parent ef0bc2b commit 913ec4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-none-eabi-gcc.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class ArmNoneEabiGcc < Formula
desc "GNU Arm Embedded Toolchain"
homepage "https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm"
url "https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-mac.tar.bz2"
url "https://github.com/numworks/homebrew-tap/releases/download/gcc-arm-2019-q3/gcc-arm-none-eabi-8-2019-q3-update-mac.tar.bz2"
version "8-2019q3-update"
sha256 "fc235ce853bf3bceba46eff4b95764c5935ca07fc4998762ef5e5b7d05f37085"

Expand Down

0 comments on commit 913ec4f

Please sign in to comment.