aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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