diff options
| -rw-r--r-- | Library/Formula/git-archive-all.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-archive-all.rb b/Library/Formula/git-archive-all.rb index a8630e783..f14b04abf 100644 --- a/Library/Formula/git-archive-all.rb +++ b/Library/Formula/git-archive-all.rb @@ -2,8 +2,8 @@ require 'formula' class GitArchiveAll < Formula homepage 'https://github.com/Kentzo/git-archive-all' - url 'https://github.com/Kentzo/git-archive-all/archive/1.5.zip' - sha1 '2eda5684a64bd22761e8ba9229d16862108a8f30' + url 'https://github.com/Kentzo/git-archive-all/archive/1.6.zip' + sha1 '6147f79c73a569bfd808b5c3e041d54a2bc5554d' head 'https://github.com/Kentzo/git-archive-all.git' |
