Skip to content

Commit

Permalink
Merge pull request Homebrew#162220 from BrewTestBot/bump-brev-0.6.273
Browse files Browse the repository at this point in the history
brev 0.6.273
  • Loading branch information
BrewTestBot authored Feb 10, 2024
2 parents 29bfec9 + 13ed3bd commit 138df9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/b/brev.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Brev < Formula
desc "CLI tool for managing workspaces provided by brev.dev"
homepage "https://docs.brev.dev"
url "https://github.com/brevdev/brev-cli/archive/refs/tags/v0.6.267.tar.gz"
sha256 "e64cbbab24fc218f20de05a079a61795b55cc62d8d766020c9304428bbb48d18"
url "https://github.com/brevdev/brev-cli/archive/refs/tags/v0.6.273.tar.gz"
sha256 "cb61176df1952347de2b5afcc06db5edb8deeb15cb3c8f9402022ee5eb06b2ad"
license "MIT"

# Upstream appears to use GitHub releases to indicate that a version is
Expand All @@ -14,13 +14,13 @@ class Brev < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a138ed2bb113111091e4b97494bde9e63f6c2af13b066fdb47c4d18c7fc45f9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6cf4f731ddb6f5f350bd1fe25aeb8ad42974abfc234595c96f56d2bba9a1bee1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3042d6b4298b830010c169e2de1caaa14663c3ce4452e2b97fb5dc3cad90b619"
sha256 cellar: :any_skip_relocation, sonoma: "f5890f4eb0cdacfa28c81db3206e4db54d58ad66742274795103eec2bf1f96c7"
sha256 cellar: :any_skip_relocation, ventura: "0c5607ce99c9ff80d9078d958da8ea99af15d4ba2e706cdf91de566952d5b808"
sha256 cellar: :any_skip_relocation, monterey: "348fa5a37293eed47d462ba17b86606d0c77fb721a8d65adc58261ef87494a10"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5f16a0426f522f0a33275d8302b3c9831f3c9335154589b07c22a2e0490ea064"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15b44998b06679bff9a356626d3af9dd72d4c78a1db4f018d5c7e14a0c31755e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d5098e19e00ad18322a596c50225937523e7fe86cbed69ad311d83a4bb524ce"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e0dc1c59ad48675154d5106f6de9da5f5a168927f7337085297c6256501c1887"
sha256 cellar: :any_skip_relocation, sonoma: "72eed49df0bf5d6ac46de92a423465bb1bc8a41733c429f6b109f1786d637ed4"
sha256 cellar: :any_skip_relocation, ventura: "df6a04a2241a1e08336d7992224d1156313ae5db7277363818cea730a3fb2ca1"
sha256 cellar: :any_skip_relocation, monterey: "6d69fab844e0c8f3d3d74631c9e800763116af4fafdc7725d685886052004885"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b19107a231c0b530797a5ccbb4f23f1ea75a915ceb962b2f1f76302ff76f22ad"
end

depends_on "go" => :build
Expand Down

0 comments on commit 138df9f

Please sign in to comment.