Skip to content

Commit 192305d

Browse files
authored
Merge pull request Homebrew#193231 from sourishkrout/update-runme.rb-1728408004
runme 3.8.4
2 parents 1f11de4 + 0172540 commit 192305d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/runme.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Runme < Formula
22
desc "Execute commands inside your runbooks, docs, and READMEs"
33
homepage "https://runme.dev/"
4-
url "https://github.com/stateful/runme/archive/refs/tags/v3.8.3.tar.gz"
5-
sha256 "f94cdfdf68c363378046876f45c9284952bdc4f78510928c9dad427c4bf41510"
4+
url "https://github.com/stateful/runme/archive/refs/tags/v3.8.4.tar.gz"
5+
sha256 "7f3123401b3b84a023a12334a940f74531732d9f1abe12bf8eda92f8ca192fd4"
66
license "Apache-2.0"
77
head "https://github.com/stateful/runme.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6f7daa3f0312c81cf23543fae014a999e0a18f76ce72f45c5f65b57e6518559"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6f7daa3f0312c81cf23543fae014a999e0a18f76ce72f45c5f65b57e6518559"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c6f7daa3f0312c81cf23543fae014a999e0a18f76ce72f45c5f65b57e6518559"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0c163f52bbc175b4531b04d8676b5bc869c10b81e5be2cb98a7c13063324accb"
14-
sha256 cellar: :any_skip_relocation, ventura: "0c163f52bbc175b4531b04d8676b5bc869c10b81e5be2cb98a7c13063324accb"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8bb7aa33dec491c4de89db32ade05465f7d496fd4f1ed3585b3e73b0eb66064d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ebb4c545d2d3bd2cfc8b3cf560ccccca8995aca5ba17d9861d03d720f895bf47"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ebb4c545d2d3bd2cfc8b3cf560ccccca8995aca5ba17d9861d03d720f895bf47"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ebb4c545d2d3bd2cfc8b3cf560ccccca8995aca5ba17d9861d03d720f895bf47"
13+
sha256 cellar: :any_skip_relocation, sonoma: "80255518768c42ee08930486676280bfcfe7ff337838744f1230f25b9b031de4"
14+
sha256 cellar: :any_skip_relocation, ventura: "80255518768c42ee08930486676280bfcfe7ff337838744f1230f25b9b031de4"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "02fee37f510cb0b6446d69156ad73d5a92812ebe59cf66a0d1ca9401c6cdf229"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)