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/10/24 23:18:53 UTC

[yetus-homebrew] branch main updated: YETUS-1209. Release 0.14.1

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 1b062e9  YETUS-1209. Release 0.14.1
1b062e9 is described below

commit 1b062e9985ad51903d9ee0d544e88237b3589c40
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Mon Oct 24 16:17:48 2022 -0700

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

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index d498aaa..ba62981 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.14.0/apache-yetus-0.14.0-bin.tar.gz"
-  sha256 "2449dbaa5cedf52bb269e88ae83981f7f000e5f861d26f5ffa2ec550223856dd" # pragma: allowlist secret
+  url "https://dlcdn.apache.org/yetus/0.14.1/apache-yetus-0.14.1-bin.tar.gz"
+  sha256 "3b255e94a8a3141bc394fc66e3ef4cbd2d405e0a0dd35fe3f631d29cd655a483" # 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."