aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/id3lib.rb
AgeCommit message (Collapse)Author
2011-02-14id3lib fails with LLVMDouglas Creager
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16Add ARGV.build_head? and use it.Adam Vandenberg
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
2010-05-20id3lib 3.8.3 bugfix patchkmowery
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * add head
2009-12-05Be nicer to Sourceforge by using their gateway serverMike Arthur
Thus we download from the best mirror always.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-29Formula for id3lib 3.8.3JD Harrington