aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-11 14:38:11 -0700
committerAdam Vandenberg2012-03-11 14:38:11 -0700
commit0d10735c6f5c3a120b95d5eb000c14a7fc273f79 (patch)
tree692f3e42444a9a42075076462b3a3f51b17cd62e /Library/Formula
parentf12ba4d75ca7522fa9e9d9f67e322cdd3c8eb33a (diff)
downloadhomebrew-0d10735c6f5c3a120b95d5eb000c14a7fc273f79.tar.bz2
pianobar: fix audit warning and comment typo
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pianobar.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pianobar.rb b/Library/Formula/pianobar.rb
index 19d6fd853..565d92a2a 100644
--- a/Library/Formula/pianobar.rb
+++ b/Library/Formula/pianobar.rb
@@ -1,9 +1,8 @@
require 'formula'
class Pianobar < Formula
- url 'https://github.com/PromyLOPh/pianobar/tarball/2012.01.10'
- version '2012.01.10'
homepage 'https://github.com/PromyLOPh/pianobar/'
+ url 'https://github.com/PromyLOPh/pianobar/tarball/2012.01.10'
md5 'a703227c079cb0fe20ac4abbdfbc6f08'
head 'https://github.com/PromyLOPh/pianobar.git'
@@ -18,7 +17,7 @@ class Pianobar < Formula
fails_with_llvm "Reports of this not compiling on Xcode 4", :build => 2334
def install
- # we discard Homebrew's CFLAGS as Pianobar reportdely doesn't like them
+ # Discard Homebrew's CFLAGS as Pianobar reportedly doesn't like them
ENV['CFLAGS'] = "-O2 -DNDEBUG " +
# fixes a segfault: https://github.com/PromyLOPh/pianobar/issues/138
"-D_DARWIN_C_SOURCE " +