Change cmus sourceforge URL to be more consistent.

All the other sourceforge URLs use downloads.sourceforge.net so
fix this one so they all match.
This commit is contained in:
Mike McQuaid 2011-01-13 10:27:38 +00:00
parent 737a6316bb
commit 61d2874398

View file

@ -1,10 +1,9 @@
require 'formula'
class Cmus <Formula
url 'https://sourceforge.net/projects/cmus/files/cmus-v2.3.3.tar.bz2/download'
url 'http://downloads.sourceforge.net/project/cmus/cmus-v2.3.3.tar.bz2'
homepage 'http://cmus.sourceforge.net/'
md5 '220e875e4210a6b54882114ef7094a79'
version '2.3.3'
depends_on 'libao'
depends_on 'mad'