Skip to content

Commit

Permalink
Merge pull request #198555 from Homebrew/bump-convox-3.19.4
Browse files Browse the repository at this point in the history
convox 3.19.4
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents 21c12a2 + 155f26b commit cc48883
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.19.3.tar.gz"
sha256 "43baa79010cfec572f0f4f2d2af21c671f2598e67744b0323e2671fc379745c5"
url "https://github.com/convox/convox/archive/refs/tags/3.19.4.tar.gz"
sha256 "b3fbd8783069994e6b5bc974c6c8c35d3506602abe71cb21b29facaa52deaf94"
license "Apache-2.0"
version_scheme 1

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0a9ef4ab6b33eb1cba527c8a2e3637a70a0f656999cee722c17db1974d4db5a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca3e9f392793a2ac5cfbab444b860b0aa81d1d59a8c3a3a6a2800836c193b41c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "20848bfd53dc72c35cadf5192392ae5908b7d9f055186218e142e8c8a016fc5b"
sha256 cellar: :any_skip_relocation, sonoma: "247e1882e4c987df52fed7ae771ea52a6976e823905f3b9cd89ee44b772f985a"
sha256 cellar: :any_skip_relocation, ventura: "09fc70b66ccb23f187872dd6742f74e534145ea105a3826c1e7ea04ded99eacc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "17bf84f96562c814d9c3eebee13bc6a6e138826c08f1a580b68f4403e30b2030"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "07b12fa8c11e8e1b5103d7bce759cc25b5374a6824e94d43c0eadf9d0cee1def"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5ec8fead3f246f9a1ce1aff421400a57cc1ad987327320eb7fe0f4f4c18255b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6776f8c66ae7ec56e95afef9e962cfd2e24a07dcb86004f533658456e56aa0ff"
sha256 cellar: :any_skip_relocation, sonoma: "484c72e113933ec88df7c6dc32dd9d6c3e1fdaeaf6a3746cd6affcf46c0ac554"
sha256 cellar: :any_skip_relocation, ventura: "03a52af2d65f2943c4664f7cb76e77a7082c4b67354e52e09ca9ba39cf604507"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4db376aa1b4d269c939ff544f4c158cb961f1ea38c9760a6dd02fa1ca74bd00"
end

depends_on "go" => :build
Expand Down

0 comments on commit cc48883

Please sign in to comment.