ttytter 2.0.3
Closes Homebrew/homebrew#14961. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7cf6ac27a0
commit
a40ee0c459
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ require 'formula'
|
|||
|
||||
class Ttytter < ScriptFileFormula
|
||||
homepage 'http://www.floodgap.com/software/ttytter/'
|
||||
url 'http://www.floodgap.com/software/ttytter/dist2/2.0.02.txt'
|
||||
sha1 '2fef9f67979584e1175eada166e3680b6c806492'
|
||||
url 'http://www.floodgap.com/software/ttytter/dist2/2.0.03.txt'
|
||||
sha1 'ddffb936b08cf3fa67fc121fb258a6f4e088fd2f'
|
||||
|
||||
def install
|
||||
bin.install '2.0.02.txt' => 'ttytter'
|
||||
bin.install '2.0.03.txt' => 'ttytter'
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue