diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/picocom.rb | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/Library/Formula/picocom.rb b/Library/Formula/picocom.rb index d477b9854..447d4cc27 100644 --- a/Library/Formula/picocom.rb +++ b/Library/Formula/picocom.rb @@ -1,9 +1,9 @@ require 'formula' class Picocom < Formula - url 'http://picocom.googlecode.com/files/picocom-1.6.tar.gz' homepage 'http://code.google.com/p/picocom/' - sha1 'f042e15fa76ab3349c74a70062aa210b527e6bdc' + url 'http://picocom.googlecode.com/files/picocom-1.7.tar.gz' + sha1 'bde6e36af71db845913f9d61f28dee1b485218fa' def patches # HIGH_BAUD is not defined @@ -18,17 +18,15 @@ class Picocom < Formula end __END__ -diff --git a/Makefile b/Makefile -index 09846aa..fba128e 100644 ---- a/Makefile -+++ b/Makefile -@@ -2,8 +2,7 @@ - VERSION=1.6 +--- a/Makefile 2012-02-20 21:42:24.000000000 -0800 ++++ b/Makefile 2012-10-12 23:26:08.000000000 -0700 +@@ -5,8 +5,7 @@ # CC = gcc --CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\" \ + CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" \ +- -DUUCP_LOCK_DIR=\"$(UUCP_LOCK_DIR)\" \ - -DHIGH_BAUD -+CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\" ++ -DUUCP_LOCK_DIR=\"$(UUCP_LOCK_DIR)\" CFLAGS = -Wall -g # LD = gcc |
