This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-homebrew.git


The following commit(s) were added to refs/heads/main by this push:
     new a08432c  YETUS-1039. Homebrew is still broken (#3)
a08432c is described below

commit a08432c9c154b27ba3a3d6b9774487eaaa4e19f7
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sun Oct 25 23:26:20 2020 -0700

    YETUS-1039. Homebrew is still broken (#3)
---
 Formula/yetus.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index e149b3d..8c5fe42 100644
--- a/Formula/yetus.rb
+++ b/Formula/yetus.rb
@@ -18,7 +18,9 @@
 class Yetus < Formula
   desc "Enable contribution and release processes for software projects"
   homepage "https://yetus.apache.org/";
-  url 
"https://www.apache.org/dyn/closer.cgi?filename=/yetus/0.12.0/apache-yetus-0.12.0-bin.tar.gz&action=download";
+  # NOTE: URL brings up chooser for browsers
+  url 
"https://www.apache.org/dyn/closer.lua?path=yetus/0.12.0/apache-yetus-0.12.0-bin.tar.gz";
+  mirror 
"https://archive.apache.org/dist/yetus/0.12.0/apache-yetus-0.12.0-bin.tar.gz";
   sha256 "295e01b710d68152a85c73d5bf70b1189818219f9146c2981e1623df3414232b"
 
   option "with-all", "Build with all dependencies. Note that some dependencies 
such as "\

Reply via email to