diff options
| author | Paul Blouët | 2013-06-28 16:03:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-28 07:06:52 -0700 |
| commit | 0c05a6ab38d00c2e3e6a4c5c8cb7df1437914043 (patch) | |
| tree | da88599f2b86cb6f19b71b9dfd6b696ce8e7fe31 /Library/Formula/git-ftp.rb | |
| parent | a3e5f2a3212a94786a69e447aa5f6042df1c449c (diff) | |
| download | homebrew-0c05a6ab38d00c2e3e6a4c5c8cb7df1437914043.tar.bz2 | |
git-ftp 0.8.4
Closes #20884.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-ftp.rb')
| -rw-r--r-- | Library/Formula/git-ftp.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb index 2d6c189b4..ced5697e9 100644 --- a/Library/Formula/git-ftp.rb +++ b/Library/Formula/git-ftp.rb @@ -1,11 +1,11 @@ require 'formula' class GitFtp < Formula - homepage 'https://github.com/resmo/git-ftp' - url 'https://github.com/resmo/git-ftp/archive/0.8.1.tar.gz' - sha1 '073040fd59b838c68499b98cc98bfd01a9feff09' + homepage 'http://git-ftp.github.io/git-ftp/' + url 'https://github.com/git-ftp/git-ftp/archive/0.8.4.tar.gz' + sha1 '77b615993d0095ad700e6ee6d82ef4005e5e2269' - head 'https://github.com/resmo/git-ftp.git' + head 'https://github.com/git-ftp/git-ftp.git' def install system "make", "prefix=#{prefix}", "install" |
