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 e6f03e5  YETUS-1034. Release 0.13.0
e6f03e5 is described below

commit e6f03e5f88108035efa69c78eeb77d5735752d3e
Author: Allen Wittenauer <[email protected]>
AuthorDate: Sun Dec 6 20:02:48 2020 -0800

    YETUS-1034. Release 0.13.0
---
 Formula/yetus.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index 8c5fe42..6db0e10 100644
--- a/Formula/yetus.rb
+++ b/Formula/yetus.rb
@@ -19,9 +19,9 @@ class Yetus < Formula
   desc "Enable contribution and release processes for software projects"
   homepage "https://yetus.apache.org/";
   # 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"
+  url 
"https://www.apache.org/dyn/closer.lua?path=yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz";
+  mirror 
"https://archive.apache.org/dist/yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz";
+  sha256 "a1022da63540ff9f722c9a4ab7b1dda5fb5a3d5faa2c3426d18582aed1f08a1e"
 
   option "with-all", "Build with all dependencies. Note that some dependencies 
such as "\
     "Perl::Critic, Pylint, RuboCop and ruby-lint still need to be installed 
manually."

Reply via email to