Skip to content

Commit 6629e68

Browse files
authored
Merge pull request Homebrew#181716 from sourishkrout/update-runme.rb-1724097675
runme 3.5.2
2 parents e1856b0 + d659d02 commit 6629e68

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/runme.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.5.1.tar.gz"
5-
sha256 "fe784084ecd7efa23853f36c39331b92d90c9353cc831433502712d4ab41ea6b"
4+
url "https://github.com/stateful/runme/archive/refs/tags/v3.5.2.tar.gz"
5+
sha256 "fc09268fddcd6d30a1f7f34237cb6482a891dd8c3bb5982a44b94464ee71e50b"
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_sonoma: "7c77bc1b77c517aaf11d7fa7398f7a07a5cf6f76dd9eb861a4fd6599a30a6d94"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fbd0df3420ea2c5311ff9eacc50fffe641f20ab4085b225d8689b7bf793e7383"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "60d385445a9c148b2f01d1f018c6b5052ab9ff9c416f43d5ba4da81438512a24"
13-
sha256 cellar: :any_skip_relocation, sonoma: "9cceb252182ccac8addc9208865b7dced6a8e00344ac52133e28bfafa07bd734"
14-
sha256 cellar: :any_skip_relocation, ventura: "d247df01ee6b45cafc94e2acacbacd1137fff758409df25eb28bbcb9bc67419c"
15-
sha256 cellar: :any_skip_relocation, monterey: "b7fc15e533f1f71a368c4a40d20912c76a842b29a2b96da937fe2f38dba805eb"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "473ffea3da848f73aba9f7243357f8e40c4034c9112edcd6e9a6392955ba1b2b"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5174256b5a200a35559141951c0ed4853de4ee6f2f8ae90d52b01cb97420ff54"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5174256b5a200a35559141951c0ed4853de4ee6f2f8ae90d52b01cb97420ff54"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "5174256b5a200a35559141951c0ed4853de4ee6f2f8ae90d52b01cb97420ff54"
13+
sha256 cellar: :any_skip_relocation, sonoma: "a3c31d1dbec385bd1fef76de1b3fd4855a7f095108c9fcdf0bc01baadf550278"
14+
sha256 cellar: :any_skip_relocation, ventura: "a3c31d1dbec385bd1fef76de1b3fd4855a7f095108c9fcdf0bc01baadf550278"
15+
sha256 cellar: :any_skip_relocation, monterey: "a3c31d1dbec385bd1fef76de1b3fd4855a7f095108c9fcdf0bc01baadf550278"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a989d6308d9f2fd2d4109cd7517b5325f3d5f0366266423a74020f146cb41177"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)