diff options
| author | René Moser | 2014-12-30 14:05:33 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-01-01 23:45:54 -0500 |
| commit | 36a762102b3950bed975939a45698a7a257e4f56 (patch) | |
| tree | 23811663cda1bec7b944f5e52cbadb834abb1798 /Library | |
| parent | 10b187771c33aedca2b5a993c950e749c010caaa (diff) | |
| download | homebrew-36a762102b3950bed975939a45698a7a257e4f56.tar.bz2 | |
git-ftp 1.0.0
Closes #35360.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 4b4e38640..3e824a898 100644 --- a/Library/Formula/git-ftp.rb +++ b/Library/Formula/git-ftp.rb @@ -2,8 +2,8 @@ require 'formula' class GitFtp < Formula homepage 'http://git-ftp.github.io/git-ftp' - url 'https://github.com/git-ftp/git-ftp/archive/0.9.0.tar.gz' - sha1 '37116c868b5fdd58136896b43542afdf3af71530' + url 'https://github.com/git-ftp/git-ftp/archive/1.0.0.tar.gz' + sha1 '69df312a1e0cbb1224ec7571c4b83113211b5a4f' head 'https://github.com/git-ftp/git-ftp.git' |
