diff options
| author | Brett Koonce | 2013-09-16 17:05:23 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-16 19:33:18 -0700 |
| commit | 46d754396bcc37f2da1c09a5787ae7a1c7021b81 (patch) | |
| tree | 4e26429600029f256d204550e582f31d30234991 /Library/Formula | |
| parent | b63e2bcbe530d5e173ebf13a842666201097190b (diff) | |
| download | homebrew-46d754396bcc37f2da1c09a5787ae7a1c7021b81.tar.bz2 | |
lnav v0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lnav.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lnav.rb b/Library/Formula/lnav.rb index ac02182a6..06d5f6f09 100644 --- a/Library/Formula/lnav.rb +++ b/Library/Formula/lnav.rb @@ -2,8 +2,8 @@ require 'formula' class Lnav < Formula homepage 'http://lnav.org' - url 'https://github.com/tstack/lnav/archive/v0.6.0.tar.gz' - sha1 '5844c4da02842b059d4f969aa47d1f089926a096' + url 'https://github.com/tstack/lnav/archive/v0.6.1.tar.gz' + sha1 'fd2bfc5b34af9cb7eea7a10d3722e13bd7adcad7' head 'https://github.com/tstack/lnav.git' |
