From 97e75d942ca82a4e728d47af61491e84db616c65 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 19 May 2014 22:47:54 -0700 Subject: cpanminus 1.7004 --- Library/Formula/cpanminus.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3