From 08ba041ba428f91e5a8a0f1d6f78478296adc45d Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Tue, 8 Oct 2024 10:20:04 -0700 Subject: [PATCH 1/2] runme 3.8.4 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 0db0530bf559f3..4e88e76c0682ea 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.8.3.tar.gz" - sha256 "f94cdfdf68c363378046876f45c9284952bdc4f78510928c9dad427c4bf41510" + url "https://github.com/stateful/runme/archive/refs/tags/v3.8.4.tar.gz" + sha256 "7f3123401b3b84a023a12334a940f74531732d9f1abe12bf8eda92f8ca192fd4" license "Apache-2.0" head "https://github.com/stateful/runme.git", branch: "main" From 0172540f387ef1f824e24983331274b61c451f15 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:21:38 +0000 Subject: [PATCH 2/2] runme: update 3.8.4 bottle. --- Formula/r/runme.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/runme.rb b/Formula/r/runme.rb index 4e88e76c0682ea..03fbe3c20e48dc 100644 --- a/Formula/r/runme.rb +++ b/Formula/r/runme.rb @@ -7,12 +7,12 @@ class Runme < Formula head "https://github.com/stateful/runme.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6f7daa3f0312c81cf23543fae014a999e0a18f76ce72f45c5f65b57e6518559" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6f7daa3f0312c81cf23543fae014a999e0a18f76ce72f45c5f65b57e6518559" - sha256 cellar: :any_skip_relocation, arm64_ventura: "c6f7daa3f0312c81cf23543fae014a999e0a18f76ce72f45c5f65b57e6518559" - sha256 cellar: :any_skip_relocation, sonoma: "0c163f52bbc175b4531b04d8676b5bc869c10b81e5be2cb98a7c13063324accb" - sha256 cellar: :any_skip_relocation, ventura: "0c163f52bbc175b4531b04d8676b5bc869c10b81e5be2cb98a7c13063324accb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8bb7aa33dec491c4de89db32ade05465f7d496fd4f1ed3585b3e73b0eb66064d" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb4c545d2d3bd2cfc8b3cf560ccccca8995aca5ba17d9861d03d720f895bf47" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebb4c545d2d3bd2cfc8b3cf560ccccca8995aca5ba17d9861d03d720f895bf47" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ebb4c545d2d3bd2cfc8b3cf560ccccca8995aca5ba17d9861d03d720f895bf47" + sha256 cellar: :any_skip_relocation, sonoma: "80255518768c42ee08930486676280bfcfe7ff337838744f1230f25b9b031de4" + sha256 cellar: :any_skip_relocation, ventura: "80255518768c42ee08930486676280bfcfe7ff337838744f1230f25b9b031de4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "02fee37f510cb0b6446d69156ad73d5a92812ebe59cf66a0d1ca9401c6cdf229" end depends_on "go" => :build