|
1 | 1 | class Runme < Formula |
2 | 2 | desc "Execute commands inside your runbooks, docs, and READMEs" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/stateful/runme.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments