diff options
| author | William Ting | 2012-12-14 22:10:34 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-14 20:15:44 -0800 |
| commit | 22bbd86bff5fa0f8e1e947fb498be1a5d1184cee (patch) | |
| tree | 8ddf3b4d1d4fa0c2264f1c921cf479529773ecd8 /Library/Formula | |
| parent | ea8d0a78fa5a3e0bb2d85a9d23d2f2e5a0ac44a3 (diff) | |
| download | homebrew-22bbd86bff5fa0f8e1e947fb498be1a5d1184cee.tar.bz2 | |
autojump: 21.1.4
Closes #16583.
Signed-off-by: William Ting <william.h.ting@gmail.com>
Closes #16583.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 4ef3d4696..19cd3c84d 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.1.2.tar.gz' - sha1 '3137d88f52eadecebdbeff12e28586d01c7cf60b' + url 'https://github.com/joelthelion/autojump/archive/release-v21.1.4.tar.gz' + sha1 '7c7035e8258cc9171a1b6a13a3ce412630070586' head 'https://github.com/joelthelion/autojump.git' |
