Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpm 0.997018 #191585

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 18 additions & 20 deletions Formula/c/cpm.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
class Cpm < Formula
desc "Fast CPAN module installer"
homepage "https://metacpan.org/pod/cpm"
url "https://cpan.metacpan.org/authors/id/S/SK/SKAJI/App-cpm-0.997017.tar.gz"
sha256 "3998ac451276113f4ff2e33fd20bc7cdbccab069ee20a7b35d980d845b467297"
url "https://cpan.metacpan.org/authors/id/S/SK/SKAJI/App-cpm-0.997018.tar.gz"
sha256 "78fbd96b047d0383b6a7f8895b193f0b38b0a2b550b92f18c07f752ea97c4efd"
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]
head "https://github.com/skaji/cpm.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "31a9f77cc67decaa6a39f6ed9a93df1bc2b35f236efedfa35df9127ab3dd6c51"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba102116dc8eee9cbd730b27c2e181e3e5313f1652eba48ff6bdf931236a2f8f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ba102116dc8eee9cbd730b27c2e181e3e5313f1652eba48ff6bdf931236a2f8f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ba102116dc8eee9cbd730b27c2e181e3e5313f1652eba48ff6bdf931236a2f8f"
sha256 cellar: :any_skip_relocation, sonoma: "c02a32046c2907e627f5a83634be89afe5813f77de19552330f6b086d7593919"
sha256 cellar: :any_skip_relocation, ventura: "c02a32046c2907e627f5a83634be89afe5813f77de19552330f6b086d7593919"
sha256 cellar: :any_skip_relocation, monterey: "c02a32046c2907e627f5a83634be89afe5813f77de19552330f6b086d7593919"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d8cb8c4f0230194e57742426ac7d3c884fd89bc0b83b96a5554ae9d2007135c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de2868bac7f13283019848d368eec6ad120c4e145864ab5574e1d18c208023ef"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "de2868bac7f13283019848d368eec6ad120c4e145864ab5574e1d18c208023ef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "de2868bac7f13283019848d368eec6ad120c4e145864ab5574e1d18c208023ef"
sha256 cellar: :any_skip_relocation, sonoma: "5d860a43bdbea93671b9c962b17b0dda6e37c4e97d39d8dd2e7a1511c398bab6"
sha256 cellar: :any_skip_relocation, ventura: "5d860a43bdbea93671b9c962b17b0dda6e37c4e97d39d8dd2e7a1511c398bab6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d111b0e3f0aff4ad826fa8f351588e697f8b04cded7916930365f02cd270909"
end

depends_on "perl"

conflicts_with "yaze-ag", because: "both install `cpm` binaries"

resource "Module::Build::Tiny" do
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.048.tar.gz"
sha256 "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd"
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.051.tar.gz"
sha256 "74fdce35e8cd4d787bc2d4fc1d43a291b7bbced4e94dc5fc592bd81ca93a98e9"
end

resource "CPAN::Common::Index" do
Expand Down Expand Up @@ -57,18 +55,18 @@ class Cpm < Formula
end

resource "ExtUtils::Config" do
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.009.tar.gz"
sha256 "4ef84e73aad50a3be332885d2a3b12f3cab1b1e0bad24e88297a123b4f39f3ce"
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.010.tar.gz"
sha256 "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d"
end

resource "ExtUtils::Helpers" do
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz"
sha256 "de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416"
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.028.tar.gz"
sha256 "c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe"
end

resource "ExtUtils::InstallPaths" do
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.013.tar.gz"
sha256 "65969d3ad8a3a2ea8ef5b4213ed5c2c83961bb5bd12f7ad35128f6bd5b684aa0"
url "https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.014.tar.gz"
sha256 "ae65d20cc3c7e14b3cd790915c84510f82dfb37a4c9b88aa74b2e843af417d01"
end

resource "ExtUtils::MakeMaker::CPANfile" do
Expand Down Expand Up @@ -142,8 +140,8 @@ class Cpm < Formula
end

resource "URI" do
url "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.28.tar.gz"
sha256 "e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765"
url "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.29.tar.gz"
sha256 "a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372"
end

resource "Win32::ShellQuote" do
Expand Down
Loading