|
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.12.8.tar.gz" |
5 |
| - sha256 "9f5bf889dcbbe05d113e005cf91fcc2f6a716c44136737ed1edfec5484f1b31f" |
| 4 | + url "https://github.com/runmedev/runme/archive/refs/tags/v3.13.0.tar.gz" |
| 5 | + sha256 "488f6ed88d8adecda662ec7bb1557565d9cc1ce0c7a9394edc1554b360995d4e" |
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: "7a72ef0a56d3392f2f90e0483430edb1a9d7eb04d1fa4dd470a53f6ce4472f69" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7a72ef0a56d3392f2f90e0483430edb1a9d7eb04d1fa4dd470a53f6ce4472f69" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "7a72ef0a56d3392f2f90e0483430edb1a9d7eb04d1fa4dd470a53f6ce4472f69" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "f979eaa87aafe34bf823f0a604d53337326c81464ca80ffc63023b94768d3e7d" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "f979eaa87aafe34bf823f0a604d53337326c81464ca80ffc63023b94768d3e7d" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "24bec3f86eee8297fdb4b2f2817f03f2547d244df253dd544f629108d69d77c3" |
| 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments