diff options
| author | Tobias Steinhoff | 2010-11-04 10:38:08 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-04 07:44:57 -0700 |
| commit | 9f45f309d456e8ca3da66557ee6ae6ff360e78f3 (patch) | |
| tree | 09d7cc703bc24bf3bc63ef39e2d8a0da533e2d25 | |
| parent | bdede37e0363e7a5952b5ebcbea01eb5ac7472c3 (diff) | |
| download | homebrew-9f45f309d456e8ca3da66557ee6ae6ff360e78f3.tar.bz2 | |
update to 1.1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/ttytter.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ttytter.rb b/Library/Formula/ttytter.rb index 5f18bdb25..6731863b7 100644 --- a/Library/Formula/ttytter.rb +++ b/Library/Formula/ttytter.rb @@ -1,12 +1,12 @@ require 'formula' class Ttytter <ScriptFileFormula - url 'http://www.floodgap.com/software/ttytter/dist1/1.1.06.txt' + url 'http://www.floodgap.com/software/ttytter/dist1/1.1.07.txt' homepage 'http://www.floodgap.com/software/ttytter/' - md5 'cfb9a2b9334c194ace2d695bf01a3025' + md5 '9fcd4ac9744af57d48e9e730745d47ba' def install - bin.install '1.1.06.txt' => 'ttytter' + bin.install '1.1.07.txt' => 'ttytter' end def caveats; <<-EOS.undent |
