diff options
| author | René Moser | 2012-04-23 10:27:03 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-24 20:36:17 -0700 |
| commit | fc7d3b5e76df0d6af585759cca01f8f9df3ef6ee (patch) | |
| tree | 7c13219e89b0aee23bcb3ee339dd5038f6d57569 /Library/Formula/git-ftp.rb | |
| parent | 257b0efa457d2c420a2350d660e60a1d33aaa1d9 (diff) | |
| download | homebrew-fc7d3b5e76df0d6af585759cca01f8f9df3ef6ee.tar.bz2 | |
git-ftp 0.7.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-ftp.rb')
| -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' |
