ttytter 2.0.02
Closes Homebrew/homebrew#13760. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
10c56295a8
commit
a10c5877f6
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.01.txt'
|
||||
md5 'd376174a7b04af1066fde9b8cadef972'
|
||||
url 'http://www.floodgap.com/software/ttytter/dist2/2.0.02.txt'
|
||||
sha1 '2fef9f67979584e1175eada166e3680b6c806492'
|
||||
|
||||
def install
|
||||
bin.install '2.0.01.txt' => 'ttytter'
|
||||
bin.install '2.0.02.txt' => 'ttytter'
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue