diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/authexec.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb index 1b7c5927c..b7b05fd02 100644 --- a/Library/Formula/authexec.rb +++ b/Library/Formula/authexec.rb @@ -1,13 +1,10 @@ require 'formula' class Authexec < Formula - url 'http://vafer.org/pub/cocoa/authexec.zip' - homepage 'http://vafer.org/blog/20060211170210' - md5 '0644931a28960a59b7720eb37d035c2e' - version '2010-01-28' + head 'git://github.com/tcurdt/authexec.git' + homepage 'https://github.com/tcurdt/authexec' def install - inreplace "Makefile", "gcc", "$(CC)" system 'make all' bin.install 'authexec' end |
