Skip to content

Commit 61cbc01

Browse files
BrewTestBotdaeho-ro
authored andcommitted
cpm 0.997022
cpm: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent 229b1df commit 61cbc01

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Formula/c/cpm.rb

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cpm < Formula
22
desc "Fast CPAN module installer"
33
homepage "https://metacpan.org/pod/cpm"
4-
url "https://cpan.metacpan.org/authors/id/S/SK/SKAJI/App-cpm-0.997021.tar.gz"
5-
sha256 "2f76c59c5e112c96ca6fe949fc31f7cd6156852c1cbf1278695177a82224c597"
4+
url "https://cpan.metacpan.org/authors/id/S/SK/SKAJI/App-cpm-0.997022.tar.gz"
5+
sha256 "5965eb6952bb1abd88c3be863b300590e824026895e4ab6b9e81d62609c404ed"
66
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]
77
head "https://github.com/skaji/cpm.git", branch: "master"
88

@@ -41,8 +41,8 @@ class Cpm < Formula
4141
end
4242

4343
resource "Capture::Tiny" do
44-
url "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz"
45-
sha256 "6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19"
44+
url "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.50.tar.gz"
45+
sha256 "ca6e8d7ce7471c2be54e1009f64c367d7ee233a2894cacf52ebe6f53b04e81e5"
4646
end
4747

4848
resource "Class::Tiny" do
@@ -55,6 +55,11 @@ class Cpm < Formula
5555
sha256 "5ad26d06111bfecd53c8f5bb5dea94bf2025f6c78e95f6d8012e4cfa89e29f26"
5656
end
5757

58+
resource "Darwin::InitObjC" do
59+
url "https://cpan.metacpan.org/authors/id/S/SK/SKAJI/Darwin-InitObjC-0.001.tar.gz"
60+
sha256 "9a5f2887cb2fd427d64937743ffe3e748eab38b5b64906185fc243861e189f91"
61+
end
62+
5863
resource "ExtUtils::Config" do
5964
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.010.tar.gz"
6065
sha256 "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d"
@@ -151,8 +156,8 @@ class Cpm < Formula
151156
end
152157

153158
resource "YAML::PP" do
154-
url "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v0.38.0.tar.gz"
155-
sha256 "a819465c52f6a341049a3942742c08e04f2894b2a66482e43a7f407ce10b4ea0"
159+
url "https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-PP-v0.39.0.tar.gz"
160+
sha256 "32f53c65781277dcbe50827b4cbf217eceeff264779e3a6c98c94229eb149f58"
156161
end
157162

158163
resource "local::lib" do
@@ -167,6 +172,7 @@ def install
167172
"Module::Build::Tiny",
168173
"Module::cpmfile",
169174
"Command::Runner",
175+
"Darwin::InitObjC",
170176
"Parallel::Pipes",
171177
]
172178

0 commit comments

Comments
 (0)