From e7fd88d61bf9fe79c22977789526d237d22fdc56 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 10 Aug 2012 11:35:50 -0700 Subject: [PATCH] authexec: style nits --- Formula/authexec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/authexec.rb b/Formula/authexec.rb index 3479611ed6..e86fe8d903 100644 --- a/Formula/authexec.rb +++ b/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'