diff options
| author | Ilya Kulakov | 2014-10-06 12:42:14 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-06 19:42:12 +0100 | 
| commit | 7253373c0098107f9bac84ae37b3a5f818f2f3cc (patch) | |
| tree | 9e9a4beb2ed5be023c8c499d92ade71f41086fe1 | |
| parent | 48ee567c216953e33908d093d05086d0cef19983 (diff) | |
| download | homebrew-7253373c0098107f9bac84ae37b3a5f818f2f3cc.tar.bz2 | |
git-archive-all 1.9
| -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 5a7cc4591..453ddde76 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.8.tar.gz' -  sha1 'e20f679330a7cba80a9cbfca8b0b7519d04de2f2' +  url 'https://github.com/Kentzo/git-archive-all/archive/1.9.tar.gz' +  sha1 '7b5e9439e9e5dd331f36d3eb1a79d16f89488c67'    head 'https://github.com/Kentzo/git-archive-all.git' | 
