aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-10 11:35:50 -0700
committerAdam Vandenberg2012-08-10 11:35:50 -0700
commitcada50d62076d089765c7b57f2564e13f4ff7c57 (patch)
tree4849099a179368ef25625f367378dc907074ce6f /Library
parent202119e0e3ee20c72940be5ff38bc36d3e331d41 (diff)
downloadhomebrew-cada50d62076d089765c7b57f2564e13f4ff7c57.tar.bz2
authexec: style nits
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/authexec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb
index 3479611ed..e86fe8d90 100644
--- a/Library/Formula/authexec.rb
+++ b/Library/Formula/authexec.rb
@@ -3,8 +3,9 @@ require 'formula'
class Authexec < Formula
homepage 'https://github.com/tcurdt/authexec'
url 'https://github.com/tcurdt/authexec/tarball/1.0'
+ sha1 'cae4cbd4c2d3ded8e13b4257d951efd1755ed411'
+
head 'https://github.com/tcurdt/authexec.git'
- md5 '3ee6c6939be0372b3c1fdaa73d762387'
def install
system 'make all'