diff options
| -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 b6cba2d34..e1b0893b3 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.7.2' - md5 'a4e3cd6d2dd008c0f49b5292efa7be42' + url 'https://github.com/resmo/git-ftp/tarball/0.7.3' + md5 'b5fdc018ddc62258ad6885dce35babb6' head 'https://github.com/resmo/git-ftp.git' |
