aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-ftp.rb
diff options
context:
space:
mode:
authorPaul Blouët2013-06-28 16:03:32 +0200
committerAdam Vandenberg2013-06-28 07:06:52 -0700
commit0c05a6ab38d00c2e3e6a4c5c8cb7df1437914043 (patch)
treeda88599f2b86cb6f19b71b9dfd6b696ce8e7fe31 /Library/Formula/git-ftp.rb
parenta3e5f2a3212a94786a69e447aa5f6042df1c449c (diff)
downloadhomebrew-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.rb8
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"