minicom 2.6.2
Closes Homebrew/homebrew#24919. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
c98487deae
commit
7cfcd2490f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Minicom < Formula
|
||||
homepage 'http://alioth.debian.org/projects/minicom/'
|
||||
url 'http://ftp.de.debian.org/debian/pool/main/m/minicom/minicom_2.6.1.orig.tar.gz'
|
||||
sha1 'ce6b5f3dab6b4179736152e38a806029f8ad222a'
|
||||
url 'http://ftp.de.debian.org/debian/pool/main/m/minicom/minicom_2.6.2.orig.tar.gz'
|
||||
sha1 'e4267f89e4046c4e3d28cad5aa643edb1de4169a'
|
||||
|
||||
def install
|
||||
# There is a silly bug in the Makefile where it forgets to link to iconv. Workaround below.
|
||||
|
|
Loading…
Reference in a new issue