diff options
| author | René Moser | 2012-02-27 11:23:39 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-02-27 17:02:04 -0600 |
| commit | c9143218f9b12e4182eb344357145b24aab571e5 (patch) | |
| tree | bf6cdbf6f535e1b0e4aa194501f0b066354edb61 /Library/Formula/git-ftp.rb | |
| parent | 3d2eb8296d8013bd6bd84dd80ed3f9d5fcbdebdd (diff) | |
| download | homebrew-c9143218f9b12e4182eb344357145b24aab571e5.tar.bz2 | |
git-ftp 0.7.2
Closes #10525.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
