aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/open-ocd.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/open-ocd.rb b/Library/Formula/open-ocd.rb
index 6aceea4ef..7affe7983 100644
--- a/Library/Formula/open-ocd.rb
+++ b/Library/Formula/open-ocd.rb
@@ -18,6 +18,11 @@ class OpenOcd < Formula
depends_on 'hidapi' if build.include? 'enable-cmsis-dap'
end
+ devel do
+ url 'https://downloads.sourceforge.net/project/openocd/openocd/0.8.0-rc2/openocd-0.8.0-rc2.tar.bz2'
+ sha1 '59c3d4ef74d268f6534da040b8cf2470e980e413'
+ end
+
option 'enable-ft2232_libftdi', 'Enable building support for FT2232 based devices with libftdi driver'
option 'enable-ft2232_ftd2xx', 'Enable building support for FT2232 based devices with FTD2XX driver'