aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEric Ripa2014-04-23 14:31:10 +0200
committerJack Nagel2014-04-23 10:18:22 -0500
commit2a88224b6d985fbcc936dadae14f86da5ccd951b (patch)
tree4cb7f708d1e4b0f45700244886ff8f90e345a63e /Library/Formula
parent9b71b75b62f5c9b0acd41bfc1cc0899fa5cfd887 (diff)
downloadhomebrew-2a88224b6d985fbcc936dadae14f86da5ccd951b.tar.bz2
OpenOCD devel 0.8.0-rc2
Closes #28639. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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'