diff options
| author | William Ting | 2012-11-01 04:41:44 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-01 07:46:52 -0700 |
| commit | b4aadae5b4f8c1df20935b8cbb06363f60763c81 (patch) | |
| tree | 81fd0ec40ac86948825456934429bf4cec65c5e6 /Library | |
| parent | 3a1fbc987caa9f5b0c204d2746ac5e8290e32775 (diff) | |
| download | homebrew-b4aadae5b4f8c1df20935b8cbb06363f60763c81.tar.bz2 | |
autojump 21.0.3
Closes #15793.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/autojump.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index d5d7d94ba..ab9a3ec45 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -1,9 +1,9 @@ require 'formula' class Autojump < Formula - homepage 'https://github.com/joelthelion/autojump/wiki' - url 'https://github.com/downloads/joelthelion/autojump/autojump_v20.tar.gz' - sha1 '7de157feb90dc22d5959914fa531844c68d5ba7b' + homepage 'https://github.com/joelthelion/autojump#name' + url 'https://github.com/downloads/joelthelion/autojump/autojump_v21.0.3.tar.gz' + sha1 'b81308d6ff50680cb74795195e93427557a938ad' head 'https://github.com/joelthelion/autojump.git' |
