Skip to content

Commit 7d54478

Browse files
authored
Merge pull request Homebrew#196007 from Homebrew/bump-cpanminus-1.7048
cpanminus 1.7048
2 parents 3070cc0 + ebd812e commit 7d54478

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ countdown
523523
counterfeiter
524524
coursier
525525
cp2k
526+
cpanminus
526527
cpi
527528
cpm
528529
cpp-gsl

Formula/c/cpanminus.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ class Cpanminus < Formula
22
desc "Get, unpack, build, and install modules from CPAN"
33
homepage "https://github.com/miyagawa/cpanminus"
44
# Don't use git tags, their naming is misleading
5-
url "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7047.tar.gz"
6-
sha256 "963e63c6e1a8725ff2f624e9086396ae150db51dd0a337c3781d09a994af05a5"
5+
url "https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7048.tar.gz"
6+
sha256 "59b60907ab9fa4f72ca2004fbe6054911439ae9a906890b4d842a87b25f20f3c"
77
license any_of: ["Artistic-1.0-Perl", "GPL-1.0-or-later"]
88
version_scheme 1
99

1010
head "https://github.com/miyagawa/cpanminus.git", branch: "devel"
1111

1212
bottle do
13-
rebuild 1
14-
sha256 cellar: :any_skip_relocation, all: "37fb79c294b47339574f139986229bc14bf812b7b59a010ed139b13ab2390010"
13+
sha256 cellar: :any_skip_relocation, all: "e7998b2229d3419be9c48b534addac8852e302f9ab56bdfe13203fc5dcd8c274"
1514
end
1615

1716
depends_on "perl" => :build

0 commit comments

Comments
 (0)