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:
parent
737a6316bb
commit
61d2874398
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Cmus <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/'
|
homepage 'http://cmus.sourceforge.net/'
|
||||||
md5 '220e875e4210a6b54882114ef7094a79'
|
md5 '220e875e4210a6b54882114ef7094a79'
|
||||||
version '2.3.3'
|
|
||||||
|
|
||||||
depends_on 'libao'
|
depends_on 'libao'
|
||||||
depends_on 'mad'
|
depends_on 'mad'
|
||||||
|
|
Loading…
Reference in a new issue