aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/autojump.rb
diff options
context:
space:
mode:
authorHong Xu2013-05-03 10:35:39 -0700
committerAdam Vandenberg2013-05-03 11:08:15 -0700
commitc64a01739780366de0990f18d06e0228f8a1723c (patch)
tree9866b83046645b96de7b8096aca9d0e09850aa01 /Library/Formula/autojump.rb
parentc150b7ed85f08e4ebb9a1d5bf3171eed89e345c4 (diff)
downloadhomebrew-c64a01739780366de0990f18d06e0228f8a1723c.tar.bz2
autojump 21.5.8
Closes #19598. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/autojump.rb')
-rw-r--r--Library/Formula/autojump.rb5
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