cpanminus 1.7004
This commit is contained in:
parent
7d5f95e66b
commit
e29513d294
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue