Skip to content

Commit

Permalink
Merge pull request #1818 from chef/Update-gmp-s-w-versions-muthuja
Browse files Browse the repository at this point in the history
Updated gmp version from 6.0.0a to 6.3.0
  • Loading branch information
poorndm committed Oct 12, 2023
2 parents b3d89a4 + 8c0c294 commit 2dca4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/software/gmp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
#

name "gmp"
default_version "6.0.0a"
default_version "6.3.0"

# version_list: url=https://ftp.gnu.org/gnu/gmp/ filter=*.tar.bz2

version("6.2.1") { source sha256: "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" }
version("6.1.0") { source sha256: "498449a994efeba527885c10405993427995d3f86b8768d8cdf8d9dd7c6b73e8" }
version("6.0.0a") { source sha256: "7f8e9a804b9c6d07164cf754207be838ece1219425d64e28cfa3e70d5c759aaf" }
version("6.3.0") { source sha256: "ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb" }

source url: "https://ftp.gnu.org/gnu/gmp/gmp-#{version}.tar.bz2"
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.bz2",
Expand Down

0 comments on commit 2dca4ee

Please sign in to comment.