aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Cornehl2012-02-26 11:23:23 +0100
committerAdam Vandenberg2012-02-26 07:32:54 -0800
commit61fb16360978ed9cb24d4c1ff1c9f23a70f21786 (patch)
tree8289765545c87685a19708aeea1dfbafd92379c9
parent23ae23b003fe8f5edce9f90bef90caeacff6b33b (diff)
downloadhomebrew-61fb16360978ed9cb24d4c1ff1c9f23a70f21786.tar.bz2
git-ftp: fix MD5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/git-ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb
index 422e3269b..18e6fbef2 100644
--- a/Library/Formula/git-ftp.rb
+++ b/Library/Formula/git-ftp.rb
@@ -3,7 +3,7 @@ require 'formula'
class GitFtp < Formula
homepage 'https://github.com/resmo/git-ftp'
url 'https://github.com/resmo/git-ftp/tarball/0.7.1'
- md5 '55512e24c8be66e333da98bb3c3e2b10'
+ md5 '64b671bb692f52e559add679d84efd16'
head 'https://github.com/resmo/git-ftp.git'
def install