Skip to content

Commit

Permalink
Switch to sha256 hashes
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <lance@osuosl.org>
  • Loading branch information
ramereth committed Nov 7, 2019
1 parent d3f7a37 commit 39ee244
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/software/automake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
license_file "COPYING"
skip_transitive_dependency_licensing true

version("1.16") { source md5: "7fb7155e553dc559ac39cf525f0bb5de" }
version("1.15") { source md5: "716946a105ca228ab545fc37a70df3a3" }
version("1.11.2") { source md5: "79ad64a9f6e83ea98d6964cef8d8a0bc" }
version("1.16") { source sha256: "80da43bb5665596ee389e6d8b64b4f122ea4b92a685b1dbd813cd1f0e0c2d83f" }
version("1.15") { source sha256: "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" }
version("1.11.2") { source sha256: "c339e3871d6595620760725da61de02cf1c293af8a05b14592d6587ac39ce546" }

source url: "https://ftp.gnu.org/gnu/automake/automake-#{version}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion config/software/perl-thread-queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
dependency "perl"

version "3.13" do
source md5: "0fada5b474e9c97d6262059cf62cfc88"
source sha256: "6ba3dacddd2fbb66822b4aa1d11a0a5273cd04c825cb3ff31c20d7037cbfdce8"
end

source url: "http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-#{version}.tar.gz"
Expand Down
6 changes: 3 additions & 3 deletions config/software/perl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

default_version "5.30.0"

version("5.30.0") { source md5: "9770584cdf9b5631c38097645ce33549" }
version("5.22.1") { source md5: "19295bbb775a3c36123161b9bf4892f1" }
version("5.18.1") { source md5: "304cb5bd18e48c44edd6053337d3386d" }
version("5.30.0") { source sha256: "851213c754d98ccff042caa40ba7a796b2cee88c5325f121be5cbb61bbf975f2" }
version("5.22.1") { source sha256: "2b475d0849d54c4250e9cba4241b7b7291cffb45dfd083b677ca7b5d38118f27" }
version("5.18.1") { source sha256: "655e11a8ffba8853efcdce568a142c232600ed120ac24aaebb4e6efe74e85b2b" }
source url: "http://www.cpan.org/src/5.0/perl-#{version}.tar.gz"
relative_path "perl-#{version}"

Expand Down

0 comments on commit 39ee244

Please sign in to comment.