diff options
| author | Brett Nakashima | 2012-09-20 14:39:48 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-09-20 22:37:49 -0700 | 
| commit | e137f0e1fc6a13e42510e1cd4fae3818f442a49c (patch) | |
| tree | 6d52b06b143c6e7773bcd05c24f0bda0449d8f18 | |
| parent | 2127dc0325efdc7034407e110606754d1785e34b (diff) | |
| download | homebrew-e137f0e1fc6a13e42510e1cd4fae3818f442a49c.tar.bz2 | |
rename 1.100
Closes #15027.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/rename.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/rename.rb b/Library/Formula/rename.rb index 9c25d4d75..3935da533 100644 --- a/Library/Formula/rename.rb +++ b/Library/Formula/rename.rb @@ -1,10 +1,10 @@  require 'formula'  class Rename < Formula -  url 'http://plasmasturm.org/code/rename/rename', :using => :nounzip -  version '0.1.3'    homepage 'http://plasmasturm.org/code/rename' -  sha1 'a2235a402d18495513edf690445e0030f31c9ab3' +  url 'http://plasmasturm.org/code/rename/rename', :using => :nounzip +  version '1.100' +  sha1 '2077cdb11878ffeaefa32063e29af87d8ad7a596'    def install      system 'pod2man', 'rename', 'rename.1' | 
