minicom 2.6.1

Closes Homebrew/homebrew#11000.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alexis Hildebrandt 2012-03-17 07:48:51 +01:00 committed by Adam Vandenberg
parent 5c62e05995
commit 751536fee0
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Minicom < Formula
url 'http://alioth.debian.org/frs/download.php/3195/minicom-2.4.tar.gz'
url 'http://alioth.debian.org/frs/download.php/3700/minicom-2.6.1.tar.gz'
homepage 'http://alioth.debian.org/projects/minicom/'
md5 '700976a3c2dcc8bbd50ab9bb1c08837b'
md5 '435fb410a5bfa9bb20d4248b3ca53529'
def install
# There is a silly bug in the Makefile where it forgets to link to iconv. Workaround below.