diff options
| author | Jeroen Bourgois | 2014-08-19 11:33:57 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-19 10:58:31 +0100 | 
| commit | 0d617df89e4b971f6e64ccd6609feb083fe5560b (patch) | |
| tree | 809850758415c855456e3a2f1e817563d6f21533 | |
| parent | ccc57dab67041436270b91364c80da52c9c31ff1 (diff) | |
| download | homebrew-0d617df89e4b971f6e64ccd6609feb083fe5560b.tar.bz2 | |
cmus 2.6.0
| -rw-r--r-- | Library/Formula/cmus.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb index c2d760e49..bce7730ce 100644 --- a/Library/Formula/cmus.rb +++ b/Library/Formula/cmus.rb @@ -5,8 +5,8 @@ class Cmus < Formula    head "https://github.com/cmus/cmus.git"    stable do -    url "https://github.com/cmus/cmus/archive/v2.5.1.tar.gz" -    sha1 "fd6c63c7cb405e4b4fea6a737074c454f602c202" +    url "https://github.com/cmus/cmus/archive/v2.6.0.tar.gz" +    sha1 "aba00eb75335532c0413f7c819c2e2d12fcd4314"    end    devel do  | 
