11class 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
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c626b58962737efa3c191653928e6f7272c91b39841d395ec8634c6dc01e1db7 "
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "c626b58962737efa3c191653928e6f7272c91b39841d395ec8634c6dc01e1db7 "
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "c626b58962737efa3c191653928e6f7272c91b39841d395ec8634c6dc01e1db7 "
13- sha256 cellar : :any_skip_relocation , sonoma : "448537aac2a3bb870c60fc62ecae3cc1b476a861d8d594fc7046c23985c8dd94 "
14- sha256 cellar : :any_skip_relocation , ventura : "448537aac2a3bb870c60fc62ecae3cc1b476a861d8d594fc7046c23985c8dd94 "
15- sha256 cellar : :any_skip_relocation , arm64_linux : "52f12ecfe4d64e25be039db1bb942c261f0d553a7ce5f355ea92fa94527e269e "
16- sha256 cellar : :any_skip_relocation , x86_64_linux : "671409d44d98eb00aa1f5fb95108608b4dbbc1ad1d09bb8608d90807d9da6f81 "
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "cf4bd348d1af5903cf87a6928ecd38dc1b21784f411616d89b19f95aecb286b5 "
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "cf4bd348d1af5903cf87a6928ecd38dc1b21784f411616d89b19f95aecb286b5 "
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "cf4bd348d1af5903cf87a6928ecd38dc1b21784f411616d89b19f95aecb286b5 "
13+ sha256 cellar : :any_skip_relocation , sonoma : "64c7e44a7e6e752b274be3938814264157273e31c4e206227a32d49e7ddfc85e "
14+ sha256 cellar : :any_skip_relocation , ventura : "64c7e44a7e6e752b274be3938814264157273e31c4e206227a32d49e7ddfc85e "
15+ sha256 cellar : :any_skip_relocation , arm64_linux : "16f02a193033cfcf7fd0d70a927ff36e83d7f994187780352908e0c3605fc088 "
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6a826c4677da9f9d082dd76d8f194ebcaa79417cc8822f857e45612aa4af9329 "
1717 end
1818
1919 depends_on "perl"
@@ -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