Skip to content

Commit c08db95

Browse files
authored
Merge pull request #255161 from sourishkrout/update-runme.rb-1763599359
runme 3.16.1
2 parents 6821b5c + efd2dfb commit c08db95

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,20 +1,20 @@
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.15.4.tar.gz"
5-
sha256 "6f47a80c73aeb97464884e91fef24168317585d2c7a05077567128d0533591e1"
4+
url "https://github.com/runmedev/runme/archive/refs/tags/v3.16.1.tar.gz"
5+
sha256 "aa5705ed56f74651ad8cbeabc8fa402a93be8d2845bacd26e16159ca440c6942"
66
license "Apache-2.0"
77
head "https://github.com/runmedev/runme.git", branch: "main"
88

99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9dafe12cffc71e22ff3120889ea0061f6a96768a43f7857abcbd155530a154bb"
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f377dcd850751174258a1b239c94e8f118d35193d099799240558efb8b53ed51"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6bfdd50520a6e1991c94155ea4b578d86fd9148bb47d23419362daa3329c421"
15-
sha256 cellar: :any_skip_relocation, sonoma: "95ebdf84b6cd207242e269f5f6c8438a5774da5741713719600866e9bdfa3661"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "c91048e83532c626a68bed5b6f9440d9e0abed5830d3986e7c666bbc3b75949a"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "99d5a9197e647d5922a3dc8c16804bf07620fc231b59c28ae5e480b839470c30"
12+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0d3adb661ce491cd1430f4eacfb2b8188d34848fdff9830e31f546403fa2cf31"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a572b7186f2705f4c024d7e637ecdae303fc804dbe77705944fcc4ab61325503"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c88bcfa84d342e15600447680790b89a424f74ad0a4fd8cfd56ccfc5a6d76557"
15+
sha256 cellar: :any_skip_relocation, sonoma: "fe917bea23ab42821e2b8cbaaa0138b7eb70dbd43af7f29a2446fadde5cae219"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "cf3717eaf1b00594eeb9af75e261eb1aa0964f96eb053576a90a397c76cebfd9"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "37ec0fbc520f68c01538c0953fb425bcacc9eb2e73436384b15ca79d93efe467"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)