|
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/runmedev/runme/archive/refs/tags/v3.13.0.tar.gz" |
5 | | - sha256 "488f6ed88d8adecda662ec7bb1557565d9cc1ce0c7a9394edc1554b360995d4e" |
| 4 | + url "https://github.com/runmedev/runme/archive/refs/tags/v3.13.1.tar.gz" |
| 5 | + sha256 "4361c19d70bb2bb7b53bca7e2151843ecc35dcc98b931471b86cb18687ebbd1d" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/runmedev/runme.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5837c272c354f5a93876ef0affe42b507327d19447ce049abfc4f65073d8d07e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5837c272c354f5a93876ef0affe42b507327d19447ce049abfc4f65073d8d07e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "5837c272c354f5a93876ef0affe42b507327d19447ce049abfc4f65073d8d07e" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "928e1de098998aa152bbaba853dee272ce1010850c407670c8b0030f26a0fd76" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "928e1de098998aa152bbaba853dee272ce1010850c407670c8b0030f26a0fd76" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "8b8d7b982de53fe25a7228b99385bb2e7832b1f817ad215d10f66905a2febd13" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fba864efc005303b27da0b384124fba3b998d5333eac3effadba670dc00ee064" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fba864efc005303b27da0b384124fba3b998d5333eac3effadba670dc00ee064" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "fba864efc005303b27da0b384124fba3b998d5333eac3effadba670dc00ee064" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "7fbc17c4ed46ac150160e1364c5a8fb139b22ef38cd58526b4e729f4a933c53d" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "7fbc17c4ed46ac150160e1364c5a8fb139b22ef38cd58526b4e729f4a933c53d" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "22021e7a1150712ec3db9483c4eec179d988e444fc06c6b3482df65b7a52bddd" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments