Skip to content

Commit

Permalink
update default version of cpanminus
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <muthujabavaji.vempalli@progress.com>
  • Loading branch information
muthuja committed Dec 30, 2024
1 parent 052b094 commit 199979b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/software/cpanminus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "cpanminus"
default_version "1.7046"
default_version "1.7048"

license "Artistic-2.0"
license_file "http://dev.perl.org/licenses/artistic.html"
Expand All @@ -25,12 +25,13 @@

# version_list: url=https://metacpan.org/pod/App::cpanminus filter=*.tar.gz

version("1.7048") { source sha256: "59b60907ab9fa4f72ca2004fbe6054911439ae9a906890b4d842a87b25f20f3c" }
version("1.7046") { source sha256: "cefc58349f9f741aba82b8ed3d672265b53ca4e4183f72613fce06d6ab97d30c" }
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"
source url: "https: //github.com/miyagawa/cpanminus/archive/#{version}.tar.gz"
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz",
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
relative_path "cpanminus-#{version}"
Expand Down

0 comments on commit 199979b

Please sign in to comment.