cpanminus 1.7022
Closes Homebrew/homebrew#35019. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
a0f726ebf4
commit
919203393a
1 changed files with 6 additions and 2 deletions
|
@ -2,12 +2,16 @@ require "formula"
|
|||
|
||||
class Cpanminus < Formula
|
||||
homepage "https://github.com/miyagawa/cpanminus"
|
||||
url "https://github.com/miyagawa/cpanminus/archive/1.7014.tar.gz"
|
||||
sha1 "b82e73a501b9b64d98e2dd4e7ed6b1db801619b8"
|
||||
url "https://github.com/miyagawa/cpanminus/archive/1.7022.tar.gz"
|
||||
sha1 "ce2e5321d676022b9e476bb8e5683ad60e13915c"
|
||||
|
||||
head "https://github.com/miyagawa/cpanminus.git"
|
||||
|
||||
def install
|
||||
bin.install "cpanm"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/cpanm", "-V"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue