aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autojump.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb
index 33321b95c..c0d80fa25 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/downloads/joelthelion/autojump/autojump_v21.0.3.tar.gz'
- sha1 'b81308d6ff50680cb74795195e93427557a938ad'
+ url 'https://github.com/downloads/joelthelion/autojump/autojump_v21.0.5.tar.gz'
+ sha1 'df2f7acd1b88e278fa0cace4db3b4a8fa01e4c23'
head 'https://github.com/joelthelion/autojump.git'
@@ -21,7 +21,7 @@ class Autojump < Formula
Add the following line to your ~/.bash_profile or ~/.zshrc file (and remember
to source the file to update your current session):
- [[ -f `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh
+ [[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh
EOS
end