Commit graph

7 commits

Author SHA1 Message Date
Adam Vandenberg
289d804a95 rename: fix audit 2012-10-21 13:24:02 -07:00
xiongchiamiov
626d87df01 rename: Use stable Github download link
Previously, we've been downloading the script from a link on the author's
website; as he updates the script, this file changes.  This causes SHA1
mismatches and generally makes life annoying.

Thankfully, he's also got it on Github and has tagged exactly one version.  So,
use that version until he releases a new one.

See also:

* https://github.com/mxcl/homebrew/issues/15215
* https://github.com/mxcl/homebrew/issues/15027
* https://github.com/mxcl/homebrew/issues/15221

Closes Homebrew/homebrew#15497.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-16 20:27:05 -07:00
Brett Nakashima
6308f563e2 rename 1.100
Closes Homebrew/homebrew#15027.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 22:37:49 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Peter Aronoff
be3c716b2c A Perl-based renaming script - better than mv
This is simply a (slightly) packaged up version of Aristotle Pagaltzis rename
script (which is in turn based on the Debian rename script by Larry Wall and
others).

rename provides for more powerful renaming via Perl's support for regular
expressions. This version also provides some handy built-in utility functions.
For example, you can quickly upcase or downcase file names, as well as removing
unsafe/non-standard characters from filenames.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 16:59:55 -07:00