diff options
| author | Denis Cornehl | 2012-02-26 11:23:23 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-26 07:32:54 -0800 |
| commit | 61fb16360978ed9cb24d4c1ff1c9f23a70f21786 (patch) | |
| tree | 8289765545c87685a19708aeea1dfbafd92379c9 | |
| parent | 23ae23b003fe8f5edce9f90bef90caeacff6b33b (diff) | |
| download | homebrew-61fb16360978ed9cb24d4c1ff1c9f23a70f21786.tar.bz2 | |
git-ftp: fix MD5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/git-ftp.rb | 2 |
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 |
