aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTorsten Curdt2011-05-10 17:23:08 +0200
committerAdam Vandenberg2011-09-02 10:26:44 -0700
commitdaf83d9d1cdbc4cb1c5eca305091250bf92a3c56 (patch)
treebcd0d5ad62e378f51dab535a498d118d517e8a1b /Library
parente7dd57f846852592be7fbd50449797e22c788ff0 (diff)
downloadhomebrew-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.rb7
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