aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-09-21 18:23:59 -0700
committerMike McQuaid2014-09-22 09:38:09 -0700
commit2e006fdf184c413329240b428870eb603a4f7945 (patch)
treea85524b76b5f9c4366222cf524881cc2e32a70b9 /Library
parent6faf646c7c7163783397809c431584191cb9d5f0 (diff)
downloadhomebrew-2e006fdf184c413329240b428870eb603a4f7945.tar.bz2
cmus: strip --devel
Closes #32502. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmus.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb
index f9b364d08..c19a456f2 100644
--- a/Library/Formula/cmus.rb
+++ b/Library/Formula/cmus.rb
@@ -3,6 +3,8 @@ require "formula"
class Cmus < Formula
homepage "https://cmus.github.io/"
head "https://github.com/cmus/cmus.git"
+ url "https://github.com/cmus/cmus/archive/v2.6.0.tar.gz"
+ sha1 "aba00eb75335532c0413f7c819c2e2d12fcd4314"
bottle do
sha1 "584b513eda4887a001a6a4613160f1181620ba94" => :mavericks
@@ -10,17 +12,6 @@ class Cmus < Formula
sha1 "5b455c2550115d65edb2b1ee537b0bdbfd62384e" => :lion
end
- stable do
- url "https://github.com/cmus/cmus/archive/v2.6.0.tar.gz"
- sha1 "aba00eb75335532c0413f7c819c2e2d12fcd4314"
- end
-
- devel do
- url "https://github.com/cmus/cmus/archive/v2.6.0-rc0.tar.gz"
- version "2.6.0-rc0"
- sha1 "08f7f038d4fa14fe0e1b7dea5df137ada11401f3"
- end
-
depends_on "pkg-config" => :build
depends_on "libao"
depends_on "mad"