From 418f1dfb01aa9323c97c3b5b416b0f2fb5933aa7 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Mon, 22 Apr 2024 16:09:28 -0400 Subject: [PATCH 1/2] runme 3.2.7 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/r/runme.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index 4cd255f026b6e..9e2dcc71d8d5f 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -1,8 +1,8 @@ class Runme < Formula desc "Execute commands inside your runbooks, docs, and READMEs" homepage "https://runme.dev/" - url "https://github.com/stateful/runme/archive/refs/tags/v3.2.6.tar.gz" - sha256 "77bbee5a19c5385f75f66dbb8b9399e4550b61dd2ce8dd2d9f7e1c3f3a3e0f69" + url "https://github.com/stateful/runme/archive/refs/tags/v3.2.7.tar.gz" + sha256 "5c08b024008916e575a4b37bb5b39b3d7e1d85c1152c031402f340e71197d8b7" license "Apache-2.0" head "https://github.com/stateful/runme.git", branch: "main" From b79923530937ac0cfbc3e686775734b218459cfc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:41:49 +0000 Subject: [PATCH 2/2] runme: update 3.2.7 bottle. --- Formula/r/runme.rb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index 9e2dcc71d8d5f..e30e660bf3fca 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -7,13 +7,10 @@ class Runme < Formula head "https://github.com/stateful/runme.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "56cae3aced054e22c9acfcc6cf31d417d9dd1a6a213318422f541e2dab65e708" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bd436af2bacded8bf978aaa51ae1e20d46fde4c99a23f62453296915ca778a78" - sha256 cellar: :any_skip_relocation, arm64_monterey: "60d6dd767734e0d0416748a9df91543655668f15eed23faf7e2b19d2e5d72337" - sha256 cellar: :any_skip_relocation, sonoma: "e20ef3b52a499b95fa207bc3606476c49b71dd4fe7891b1faf09b857fb04189a" - sha256 cellar: :any_skip_relocation, ventura: "8aef8bf8af0f5ca8f1d0a8810ad7387bfff4cc37a15830f984972bdc11e73d53" - sha256 cellar: :any_skip_relocation, monterey: "86f0a69f5486b63f6873841c43bd5622bd25eb5ffd7144956487d33ac583855f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3adc667f0bd4c2ae093dd87d003b632464359b0b8c51ba037761fde331cee14d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5e8a04f440f299e1a4619fdd4fee4e789a124ad65ec218dd20ca433f639ddbf" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a3520048d04da4a7c48a0138bc3cb4f42e0e0c7ff437f82a02448e11527035d" + sha256 cellar: :any_skip_relocation, arm64_monterey: "6539f7685cfb9e72203172f16a962a0488b2706998f8ff272e421472734fcf5f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5d299d07581a8079815fe3c4a0af43c836847688484e59771f161bd91e60df9e" end depends_on "go" => :build