Skip to content

Commit 4224c78

Browse files
authored
Merge pull request Homebrew#218709 from sourishkrout/update-runme.rb-1744058518
runme 3.13.1
2 parents 63c2b5f + c641374 commit 4224c78

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/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"
66
license "Apache-2.0"
77
head "https://github.com/runmedev/runme.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)