From 8cc8f042b519c9cfe2f30366b3938d8d64fc50f9 Mon Sep 17 00:00:00 2001 From: jnozsc <470215+jnozsc@users.noreply.github.com> Date: Mon, 10 Aug 2020 09:08:46 -0700 Subject: [PATCH] dashing: fix test (#59391) --- Formula/dashing.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/dashing.rb b/Formula/dashing.rb index 30310c94f43..ebb8b6fcf55 100644 --- a/Formula/dashing.rb +++ b/Formula/dashing.rb @@ -16,9 +16,10 @@ class Dashing < Formula depends_on "go" => :build # Use ruby docs just as dummy documentation to test with + # DO NOT USE https or find a better host, certificate has expired resource "ruby_docs_tarball" do - url "https://ruby-doc.com/downloads/ruby_2_6_5_core_rdocs.tgz" - sha256 "9b5fc2814e4ce33701b3f6614a3309b8ed7a229e8b9b87cc5e75d5d4dbda1e12" + url "http://ruby-doc.com/downloads/ruby_2_6_5_core_rdocs.tgz" + sha256 "f9f74cf85c84e934d7127c2e86f4c3b0b70380a92c400decdc8a77ac977097fe" end def install