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 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 |
