diff options
| author | Erich Kist | 2013-01-10 15:29:51 -0200 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2013-01-10 11:17:48 -0800 | 
| commit | 7e68ac07c4e127ce3f4c58a570a700c244c0ee6e (patch) | |
| tree | 8117d14d8947f703b5a84d2006c54c5ef3878197 /Library/Formula/autojump.rb | |
| parent | e4fc741c17411a5d0ad0ac058dd266867e672390 (diff) | |
| download | homebrew-7e68ac07c4e127ce3f4c58a570a700c244c0ee6e.tar.bz2 | |
autojump: Update to v21.3.0
Closes #16990.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/autojump.rb')
| -rw-r--r-- | Library/Formula/autojump.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index 19cd3c84d..7e1fcf3df 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.1.4.tar.gz' -  sha1 '7c7035e8258cc9171a1b6a13a3ce412630070586' +  url 'https://github.com/joelthelion/autojump/archive/release-v21.3.0.tar.gz' +  sha1 'fb9db92fca7c760c94e27f200dc0b2e1773ca150'    head 'https://github.com/joelthelion/autojump.git'  | 
