You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/23 15:20:25 UTC

[yetus-homebrew] branch main updated: YETUS-1171. Release 0.14.0

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 9bb385e  YETUS-1171. Release 0.14.0
9bb385e is described below

commit 9bb385ed0e532c869e7cb6bedd0442539bf3adc8
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Mon May 23 08:19:47 2022 -0700

    YETUS-1171. Release 0.14.0
---
 Formula/yetus.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index 8c7ba27..d498aaa 100644
--- a/Formula/yetus.rb
+++ b/Formula/yetus.rb
@@ -19,8 +19,8 @@ class Yetus < Formula
   license "Apache-2.0"
   desc "Enable contribution and release processes for software projects"
   homepage "https://yetus.apache.org/"
-  url "https://dlcdn.apache.org/yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz"
-  sha256 "a1022da63540ff9f722c9a4ab7b1dda5fb5a3d5faa2c3426d18582aed1f08a1e" # pragma: allowlist secret
+  url "https://dlcdn.apache.org/yetus/0.14.0/apache-yetus-0.14.0-bin.tar.gz"
+  sha256 "2449dbaa5cedf52bb269e88ae83981f7f000e5f861d26f5ffa2ec550223856dd" # pragma: allowlist secret
 
   option "with-all", "Build with all dependencies. Note that some dependencies such as "\
     "Go, Perl::Critic and checkmake still need to be installed manually."