From 0fab10ecaa50b0c951e2d145a2c98a5cfd250616 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 3 May 2014 09:38:02 -0500 Subject: [PATCH] open-ocd: remove outdated devel version --- Formula/open-ocd.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Formula/open-ocd.rb b/Formula/open-ocd.rb index 77058c056e0e4..5b5b8f210fd73 100644 --- a/Formula/open-ocd.rb +++ b/Formula/open-ocd.rb @@ -17,11 +17,6 @@ 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'