Skip to content

Commit

Permalink
cpanminus 1.7004
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed May 20, 2014
1 parent 7d5f95e commit e29513d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 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

0 comments on commit e29513d

Please sign in to comment.