diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cpanminus.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/cpanminus.rb b/Library/Formula/cpanminus.rb index 95015e1f7..dc26cfd01 100644 --- a/Library/Formula/cpanminus.rb +++ b/Library/Formula/cpanminus.rb @@ -2,8 +2,9 @@ require 'formula' class Cpanminus < Formula homepage 'https://github.com/miyagawa/cpanminus' - url 'https://github.com/miyagawa/cpanminus/tarball/1.5007' - sha1 'd0bbf766a7250253138381833af152895f8115b7' + url 'https://github.com/miyagawa/cpanminus/tarball/1.5013' + sha1 'dc24ba57a05791813d58e9fc1dfdbe98a0ebd5f3' + head 'https://github.com/miyagawa/cpanminus.git' def install |
