diff options
| -rw-r--r-- | Library/Formula/rename.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rename.rb b/Library/Formula/rename.rb index 13fc913ef..fa5fe4cbf 100644 --- a/Library/Formula/rename.rb +++ b/Library/Formula/rename.rb @@ -2,8 +2,8 @@ require 'formula' class Rename < Formula homepage 'http://plasmasturm.org/code/rename' - url 'https://github.com/ap/rename/zipball/v1.100' - sha1 'fad32374f16802fa6bb94c41cdb9f50d63bfafcb' + url 'https://github.com/ap/rename/archive/v1.500.tar.gz' + sha1 'a1315f57191cf78191b23cd20ebfe3afe7056c7e' def install system 'pod2man', 'rename', 'rename.1' |
