cpanminus 1.7022

Closes Homebrew/homebrew#35019.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Baptiste Fontaine 2014-12-16 00:14:40 +01:00 committed by Jack Nagel
parent a0f726ebf4
commit 919203393a

View file

@ -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