diff options
| author | Brett Koonce | 2014-05-19 22:47:54 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-05-20 00:04:33 -0700 |
| commit | 97e75d942ca82a4e728d47af61491e84db616c65 (patch) | |
| tree | 89b1e36e5d4eba13f2445d9ebe8376acea9e24f2 /Library/Formula | |
| parent | c92c6601ce46fecb700344acc535aac95dcce5fc (diff) | |
| download | homebrew-97e75d942ca82a4e728d47af61491e84db616c65.tar.bz2 | |
cpanminus 1.7004
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cpanminus.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/cpanminus.rb b/Library/Formula/cpanminus.rb index 6fd6c0acc..63c84734a 100644 --- a/Library/Formula/cpanminus.rb +++ b/Library/Formula/cpanminus.rb @@ -1,13 +1,13 @@ -require 'formula' +require "formula" class Cpanminus < Formula - homepage 'https://github.com/miyagawa/cpanminus' - url 'https://github.com/miyagawa/cpanminus/archive/1.7102.tar.gz' - sha1 '2dce39eba39b226e20bfd178c3502fc9699f973b' + homepage "https://github.com/miyagawa/cpanminus" + url "https://github.com/miyagawa/cpanminus/archive/1.7004.tar.gz" + sha1 "2430c8e8249446de29addc64409cdd9b9408c929" - head 'https://github.com/miyagawa/cpanminus.git' + head "https://github.com/miyagawa/cpanminus.git" def install - bin.install 'cpanm' + bin.install "cpanm" end end |
