From f34bb7c78e5aefb6543a769c7560c94f7fc53d8f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 25 Mar 2024 19:38:22 -0400 Subject: [PATCH 1/2] overmind 2.5.0 autobump: add overmind Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/o/overmind.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ced2d1eac84f..cefff6a5fdfa 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1353,6 +1353,7 @@ ospray osslsigncode osv-scanner ott +overmind oxipng p11-kit pacapt diff --git a/Formula/o/overmind.rb b/Formula/o/overmind.rb index 97395f9e61c2..b344c5cca02b 100644 --- a/Formula/o/overmind.rb +++ b/Formula/o/overmind.rb @@ -1,8 +1,8 @@ class Overmind < Formula desc "Process manager for Procfile-based applications and tmux" homepage "https://github.com/DarthSim/overmind" - url "https://github.com/DarthSim/overmind/archive/refs/tags/v2.4.0.tar.gz" - sha256 "6936349e4a2d5fdae97ba35f4e0f92f3e466fd439b217ef3e84cf469e7a18816" + url "https://github.com/DarthSim/overmind/archive/refs/tags/v2.5.0.tar.gz" + sha256 "5f4c217b67a62433a738991b29bc7dee31e748ab7e9eb03a5505b49afa27ec5b" license "MIT" head "https://github.com/DarthSim/overmind.git", branch: "master" From 9cf46f82a5682966702f6d6f9fb9b17060226e9d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Mar 2024 00:36:48 +0000 Subject: [PATCH 2/2] overmind: update 2.5.0 bottle. --- Formula/o/overmind.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/o/overmind.rb b/Formula/o/overmind.rb index b344c5cca02b..0d901b9ad3d1 100644 --- a/Formula/o/overmind.rb +++ b/Formula/o/overmind.rb @@ -7,15 +7,13 @@ class Overmind < Formula head "https://github.com/DarthSim/overmind.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a110d69ff6f691658ed2f176271371ff54e2aeeeab73d4ccd124ed616d7f8f9c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "984c9e975dda90a96ded9fa43a6b70110c80ef3efc4604ceb274547a035c22c4" - sha256 cellar: :any_skip_relocation, arm64_monterey: "3d26b6161cefed451e50c007ba9bb6601a8e0ca21f297720a74bfd38075866e1" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "8eb53694a8b87289a4f2dc5a307926ce841becb78f141a625608c8ec2d798a33" - sha256 cellar: :any_skip_relocation, sonoma: "d91928daa9df19605d347d0f20e36b98108b2dd131c55161a976cc0d86738d74" - sha256 cellar: :any_skip_relocation, ventura: "bae2f9b47e7fb846de0b69cf21e464e2896777fb189a2aa557a2afd69e9d8fd7" - sha256 cellar: :any_skip_relocation, monterey: "ca5d5836b5710febf70d33af79e507cccd6e505d39d8c2943067f36f649786ae" - sha256 cellar: :any_skip_relocation, big_sur: "10e30d50a5e5b5eb170652d62c0e8dee30a5d0d545bcd8a8a7e365b4d931602f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71554c46da7c312dd2a56e5c8f37dde2923adbc4fdb1e448d0a748c0bf1e54bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "70f2114d4d3ad2b4f7e131e8e28876d4abe94faa1bf7b27fd94e9f717d2373c2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "4512e978d6c4664cb8aaae7470cb665072c20b4c6589dfad1c018b6da5b39ad9" + sha256 cellar: :any_skip_relocation, arm64_monterey: "c62750fbd9b429d90baf16a43d16d470ffafa2fcbe50cce25c2dccbfd6c5b320" + sha256 cellar: :any_skip_relocation, sonoma: "62793053255bcb627e97739e5b9e4ea7deba7b94d770e0eac06cc03636a5c304" + sha256 cellar: :any_skip_relocation, ventura: "b172a7b77b2fa5d608b4d13dc902c5d43726d726656c84c8030ad426996ae025" + sha256 cellar: :any_skip_relocation, monterey: "c2adae63e8d18753674bab5fafbf9755d52f9b524b5a23cb1b85380415bd30bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4444baf6d40a3896025dbaccb345585c0b369e833c3a72c2195a597781f6b50a" end depends_on "go" => :build