diff options
Diffstat (limited to 'Library/Formula/git-ftp.rb')
| -rw-r--r-- | Library/Formula/git-ftp.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb index 18e6fbef2..b6cba2d34 100644 --- a/Library/Formula/git-ftp.rb +++ b/Library/Formula/git-ftp.rb @@ -2,8 +2,9 @@ require 'formula' class GitFtp < Formula homepage 'https://github.com/resmo/git-ftp' - url 'https://github.com/resmo/git-ftp/tarball/0.7.1' - md5 '64b671bb692f52e559add679d84efd16' + url 'https://github.com/resmo/git-ftp/tarball/0.7.2' + md5 'a4e3cd6d2dd008c0f49b5292efa7be42' + head 'https://github.com/resmo/git-ftp.git' def install |
