aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-05-19 22:47:54 -0700
committerBrett Koonce2014-05-20 00:04:33 -0700
commit97e75d942ca82a4e728d47af61491e84db616c65 (patch)
tree89b1e36e5d4eba13f2445d9ebe8376acea9e24f2 /Library
parentc92c6601ce46fecb700344acc535aac95dcce5fc (diff)
downloadhomebrew-97e75d942ca82a4e728d47af61491e84db616c65.tar.bz2
cpanminus 1.7004
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cpanminus.rb12
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