Skip to content

Commit

Permalink
Merge pull request #161338 from BrewTestBot/bump-convox-3.15.2
Browse files Browse the repository at this point in the history
convox 3.15.2
  • Loading branch information
p-linnane committed Jan 30, 2024
2 parents b4b12a0 + 667fa74 commit 138a341
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/convox.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Convox < Formula
desc "Command-line interface for the Convox PaaS"
homepage "https://convox.com/"
url "https://github.com/convox/convox/archive/refs/tags/3.15.1.tar.gz"
sha256 "bb1a6597406b26ec6b2294c29affd953959fc12fb973ce80bc4e38329ce51d8c"
url "https://github.com/convox/convox/archive/refs/tags/3.15.2.tar.gz"
sha256 "008e688bdfdc49ca62cbfb2aaab3692a4c3d9595add7090aca35bd7bb024494e"
license "Apache-2.0"
version_scheme 1

Expand All @@ -12,13 +12,13 @@ class Convox < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ae0073d44c8e04303a0b41476c5b854e47dca4b48c574449a03b6a6ea185527"
sha256 cellar: :any_skip_relocation, arm64_ventura: "49ef324917eee89d66938c6794bb4e735b6fb0dbcf2727575787bfb29809a718"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8b3452188072993a08b52e97c78e8113e3fb9a94925c65f9d502b5184a06c583"
sha256 cellar: :any_skip_relocation, sonoma: "4422874caf7372bb36e3ec3310d64e9d59bc6e2576aeedee6c97deffdc2735c4"
sha256 cellar: :any_skip_relocation, ventura: "2a5d12cde019fc2dbcd74ecbd9e76b98838093d8f5430edd9a9ff8ffe6b82fd6"
sha256 cellar: :any_skip_relocation, monterey: "7886689358291fc3b86a7a344b1d747a1240a12ca5c94145293c02cd0c6c1f0f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "33798874a3225eaa8c9c303907ad14ebfabf20e5b1a395ad35c49e3a9409733b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "758dd021654c564ce3aed05b5c94dea600cbe602be8129de943ed88450dd7cda"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4947fea3f8048a0996d0cb5a93d127c56f952e35e089662319f8ae8ede414700"
sha256 cellar: :any_skip_relocation, arm64_monterey: "cf70a5f1dc19dbb535c0f749ed15c0fb47db92e9ab135d3162bd50f52305d87c"
sha256 cellar: :any_skip_relocation, sonoma: "f8d38bd174aa7d2b6a1985dcce5d2c7b3735df5fc7b9e3b6e45dfd83d919af95"
sha256 cellar: :any_skip_relocation, ventura: "d297c388297a7ec36ac729185a46b116145f271934ff08b701fcdc7bbde0e452"
sha256 cellar: :any_skip_relocation, monterey: "26b29aa10e076f6f5ea057b4e9ad09a10ebdb15db77bdf05b321146e5c398a7f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "05a54e50acac9bf6a5676312f84a0fee3ab19a2824ae849775466e2dcf337ded"
end

depends_on "go" => :build
Expand Down

0 comments on commit 138a341

Please sign in to comment.