Skip to content

Commit

Permalink
Merge pull request #191289 from sourishkrout/update-runme.rb-1726792670
Browse files Browse the repository at this point in the history
runme 3.8.2
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 30b78f1 + 9e9e598 commit 03c159a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/r/runme.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Runme < Formula
desc "Execute commands inside your runbooks, docs, and READMEs"
homepage "https://runme.dev/"
url "https://github.com/stateful/runme/archive/refs/tags/v3.7.1.tar.gz"
sha256 "9a5938c9f1954bd86fc49007be597da2e189b4e0ac81086bbae844e13e4b2773"
url "https://github.com/stateful/runme/archive/refs/tags/v3.8.2.tar.gz"
sha256 "d4bd901548c11d7e8aafcac9288a674c42606d2252be83c7147f8190b12b7692"
license "Apache-2.0"
head "https://github.com/stateful/runme.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6289aef1ad01ec605c26dcab2b1c581a8535a8e33d35381db5a391c0d22b51b7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6289aef1ad01ec605c26dcab2b1c581a8535a8e33d35381db5a391c0d22b51b7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6289aef1ad01ec605c26dcab2b1c581a8535a8e33d35381db5a391c0d22b51b7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6289aef1ad01ec605c26dcab2b1c581a8535a8e33d35381db5a391c0d22b51b7"
sha256 cellar: :any_skip_relocation, sonoma: "e188705e1ca23497af7f8fbcdbb710263ff61bfc3251b09030417e8bc34c1d07"
sha256 cellar: :any_skip_relocation, ventura: "e188705e1ca23497af7f8fbcdbb710263ff61bfc3251b09030417e8bc34c1d07"
sha256 cellar: :any_skip_relocation, monterey: "e188705e1ca23497af7f8fbcdbb710263ff61bfc3251b09030417e8bc34c1d07"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a197b833b59f18075bada2b174a97f7bec40852a13517245ed2242ec9a86744"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "86e48eee743601f2027859f75d86d6212da8edeab8e91dcded5b949001dae814"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "86e48eee743601f2027859f75d86d6212da8edeab8e91dcded5b949001dae814"
sha256 cellar: :any_skip_relocation, arm64_ventura: "86e48eee743601f2027859f75d86d6212da8edeab8e91dcded5b949001dae814"
sha256 cellar: :any_skip_relocation, sonoma: "5a68e29077a4d154c5500ca251777772123df09a36050d7143e243dfbf428623"
sha256 cellar: :any_skip_relocation, ventura: "5a68e29077a4d154c5500ca251777772123df09a36050d7143e243dfbf428623"
sha256 cellar: :any_skip_relocation, x86_64_linux: "566a8f1d670d617476d0d14978a54498de6584a83cdf328831845518d14478e6"
end

depends_on "go" => :build
Expand Down

0 comments on commit 03c159a

Please sign in to comment.