dashing: fix test (#59391)

master
jnozsc 2020-08-10 09:08:46 -07:00 committed by GitHub
parent ee1069b9c5
commit 8cc8f042b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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