diff options
| author | René Moser | 2012-06-08 10:47:25 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-08 06:55:33 -0700 |
| commit | a5759f4057a98ffb6f53c220779ee4171ca28c98 (patch) | |
| tree | fa7615f76ac85fd011d1bd0eeb1ebbb369b94c99 /Library/Formula/git-ftp.rb | |
| parent | 80d1336652e555048c3546dbf649147b4357d9cb (diff) | |
| download | homebrew-a5759f4057a98ffb6f53c220779ee4171ca28c98.tar.bz2 | |
git-ftp 0.7.5
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 72f7ab489..00f022e8e 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.4' - md5 '6795e657d6948ceac8c6931a36e97c0b' + url 'https://github.com/resmo/git-ftp/tarball/0.7.5' + sha1 'e893bcf1c3f67a54529b2d4a404f0e3b5bc7696f' head 'https://github.com/resmo/git-ftp.git' |
