diff options
| author | René Moser | 2012-02-25 22:38:04 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-25 15:32:52 -0800 |
| commit | 1ab7474c99897d1ec00a68357f799bdab1d44518 (patch) | |
| tree | 025ea2d6ecbd8b0186e264c54eb3593dc51be6cc /Library/Formula | |
| parent | bcdc4a219613dd11014958d2426748c5bcdbb5a4 (diff) | |
| download | homebrew-1ab7474c99897d1ec00a68357f799bdab1d44518.tar.bz2 | |
git-ftp 0.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-ftp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb index 4aa4c93b1..422e3269b 100644 --- a/Library/Formula/git-ftp.rb +++ b/Library/Formula/git-ftp.rb @@ -2,8 +2,8 @@ require 'formula' class GitFtp < Formula homepage 'https://github.com/resmo/git-ftp' - url 'https://github.com/resmo/git-ftp/tarball/0.6.0' - md5 'eed5f57d37d2cf46a5b92da9901182fd' + url 'https://github.com/resmo/git-ftp/tarball/0.7.1' + md5 '55512e24c8be66e333da98bb3c3e2b10' head 'https://github.com/resmo/git-ftp.git' def install |
