diff options
| author | Torsten Curdt | 2011-05-10 17:23:08 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-02 10:26:44 -0700 |
| commit | daf83d9d1cdbc4cb1c5eca305091250bf92a3c56 (patch) | |
| tree | bcd0d5ad62e378f51dab535a498d118d517e8a1b /Library | |
| parent | e7dd57f846852592be7fbd50449797e22c788ff0 (diff) | |
| download | homebrew-daf83d9d1cdbc4cb1c5eca305091250bf92a3c56.tar.bz2 | |
authexec: update build location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 |
