cowsay: new sha1
cowsay returns after a brief absence with a new hash. Closes Homebrew/homebrew#12840.
This commit is contained in:
parent
1da58bc3f6
commit
a81799d762
1 changed files with 1 additions and 1 deletions
2
Formula/cowsay.rb
Normal file → Executable file
2
Formula/cowsay.rb
Normal file → Executable file
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class Cowsay < Formula
|
||||
url 'http://www.nog.net/~tony/warez/cowsay-3.03.tar.gz'
|
||||
homepage 'http://www.nog.net/~tony/warez/cowsay.shtml'
|
||||
md5 'b29169797359420dadb998079021a494'
|
||||
sha1 'e44dec32d2a462ed87f5e419237d6f236b87efe0'
|
||||
|
||||
def install
|
||||
system "/bin/sh", "install.sh", prefix
|
||||
|
|
Loading…
Reference in a new issue