Skip to content

Commit

Permalink
Update cpanminus verion to 1.7045
Browse files Browse the repository at this point in the history
Below versions are also availbale:
* 1.7040
* 1.7004

Signed-off-by: skeshari12 <skeshari@msystechnologies.com>

add older version 1.7004 as well

Signed-off-by: skeshari12 <skeshari@msystechnologies.com>
  • Loading branch information
skeshari12 committed Feb 3, 2022
1 parent 0c87f0b commit 6e13ac1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config/software/cpanminus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@
#

name "cpanminus"
default_version "1.7004"
default_version "1.7045"

license "Artistic-2.0"
license_file "http://dev.perl.org/licenses/artistic.html"
skip_transitive_dependency_licensing true

dependency "perl"

version "1.7040" do
source md5: "4fabebffe22eaaf584b345b082a8a9c1"
end
# version_list: url=https://metacpan.org/pod/App::cpanminus filter=*.tar.gz

version "1.7004" do
source md5: "02fe90392f33a12979e188ea110dae67"
end
version("1.7045") { source sha256: "f2ab7e18a695960ac07f072b369c1bf113ae278bf81aa807b3f4bdaf098df34d" }
version("1.7040") { source sha256: "48a747c040689445f7db0edd169da0abd709a37cfece3ceecff0816c09beab0e" }
version("1.7004") { source sha256: "5cef499d12418a877c68070fc14193bd700d47a286d95e16c517f9673493af79" }

source url: "https://github.com/miyagawa/cpanminus/archive/#{version}.tar.gz"

Expand Down

0 comments on commit 6e13ac1

Please sign in to comment.