Skip to content

Commit e34cf86

Browse files
authored
Merge pull request #199948 from sourishkrout/update-runme.rb-1733270997
runme 3.10.0
2 parents b4bc9c7 + 1ac72f0 commit e34cf86

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.9.4.tar.gz"
5-
sha256 "664ac958b9f690c082f65c09a114e684954eb1f41ffd945b093a966134f09dd1"
4+
url "https://github.com/stateful/runme/archive/refs/tags/v3.10.0.tar.gz"
5+
sha256 "aac77a3c64c8c7bfc3c97d8a71acc8d64d6a5124c83aabf5f0ad5540621738a1"
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: "4be7c2eedf1789f2b66dae21ef846ce10e9c50ae2627714a2c373fb2805ffa57"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4be7c2eedf1789f2b66dae21ef846ce10e9c50ae2627714a2c373fb2805ffa57"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4be7c2eedf1789f2b66dae21ef846ce10e9c50ae2627714a2c373fb2805ffa57"
13-
sha256 cellar: :any_skip_relocation, sonoma: "138a176eb562d58afdad08fc0942c0aa8ab4618c86edae6c96ac263fd6f83e92"
14-
sha256 cellar: :any_skip_relocation, ventura: "138a176eb562d58afdad08fc0942c0aa8ab4618c86edae6c96ac263fd6f83e92"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a7d1d4d8d868b27c812f38a810b6f4098d5903a04edf6739253a7214b532d91"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eba284cd63a628d7e0ae147a77f5293f7b966cd9fe7090ff7f0bfcb0f79d99ec"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eba284cd63a628d7e0ae147a77f5293f7b966cd9fe7090ff7f0bfcb0f79d99ec"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "eba284cd63a628d7e0ae147a77f5293f7b966cd9fe7090ff7f0bfcb0f79d99ec"
13+
sha256 cellar: :any_skip_relocation, sonoma: "14b41cd8e301aa2fe89e0361ac3b5f2735455cbf0d91f0222ec6c9594ce30b00"
14+
sha256 cellar: :any_skip_relocation, ventura: "14b41cd8e301aa2fe89e0361ac3b5f2735455cbf0d91f0222ec6c9594ce30b00"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a36ffd2d42e11ae2e758c0893155eb302344bb400c3a35f6a1d845129ccfd274"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)