diff options
| author | Hong Xu | 2013-05-03 10:35:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-03 11:08:15 -0700 |
| commit | c64a01739780366de0990f18d06e0228f8a1723c (patch) | |
| tree | 9866b83046645b96de7b8096aca9d0e09850aa01 /Library | |
| parent | c150b7ed85f08e4ebb9a1d5bf3171eed89e345c4 (diff) | |
| download | homebrew-c64a01739780366de0990f18d06e0228f8a1723c.tar.bz2 | |
autojump 21.5.8
Closes #19598.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/autojump.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index ea120a544..b52cb1747 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -2,8 +2,8 @@ require 'formula' class Autojump < Formula homepage 'https://github.com/joelthelion/autojump#name' - url 'https://github.com/joelthelion/autojump/archive/release-v21.4.2.tar.gz' - sha1 '6876838c570542a8af90b5850d5e17c8d656c50a' + url 'https://github.com/joelthelion/autojump/archive/release-v21.5.8.tar.gz' + sha1 '82c87eae6d8883afea5680eaf304b61c4ee8eb96' head 'https://github.com/joelthelion/autojump.git' @@ -13,6 +13,7 @@ class Autojump < Formula bin.install 'bin/autojump' man1.install 'docs/autojump.1' (prefix+'etc').install 'bin/autojump.sh', 'bin/autojump.bash', 'bin/autojump.zsh' + (share+'zsh/site-functions').install 'bin/_j' end def caveats; <<-EOS.undent |
