Skip to content

Commit

Permalink
Merge pull request #203525 from Homebrew/bump-coder-2.18.2
Browse files Browse the repository at this point in the history
coder 2.18.2
  • Loading branch information
BrewTestBot authored Jan 7, 2025
2 parents 4e9fd79 + 985300f commit f996907
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/coder.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Coder < Formula
desc "Tool for provisioning self-hosted development environments with Terraform"
homepage "https://coder.com"
url "https://github.com/coder/coder/archive/refs/tags/v2.17.3.tar.gz"
sha256 "b920a63d618934f9987125cf1731e2462a7e31e1a685f9644e9e294c4574af79"
url "https://github.com/coder/coder/archive/refs/tags/v2.18.2.tar.gz"
sha256 "cd49df69f061a0799f202dfbd293e62bf6492aca4e528a83f346d803402b85f8"
license "AGPL-3.0-only"

# There can be a notable gap between when a version is tagged and a
Expand All @@ -14,12 +14,12 @@ class Coder < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f6f42f51350eabf78d73b7ea47bd2ce2c5ce8bb0866458be63775d0be8d42d9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa81e30ca0a492e957b194c0c9873bd0a04ca5b79b220562ebdec3e2e3e00b89"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f570567ce151e508cf288ea32ccbf465edf00ddedf452d6a230a84241d2dd0c8"
sha256 cellar: :any_skip_relocation, sonoma: "5db74b4a0f821ead9322ce18caceebfcd6f1037dcfcaca4b9e1f5001f4dcc1eb"
sha256 cellar: :any_skip_relocation, ventura: "1ed99192b019e421a81bbcab943f4471357092b1fc91b46886ac044c1b261c9b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d53ebacdd6fb3cd7efef6d6afa60f072390f4fbb3a85c7232ead9ce316ff020c"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b21231d7fc2bfa225d65ffe03564974770fdd54a5cedd5e188da410bb86f2ff5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b2cd59c4e9f083a76a58259bf2d5eb98ed54107924d5429eed15572fb2989f5e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f7328f7a18caca9369e8235f3f535d50a50ced62584aa8199fd974143cabf892"
sha256 cellar: :any_skip_relocation, sonoma: "3f11fbfefcb500a3643c9e05f69a2bfbc81430f94a5ca77c2d4a6ba26acf055b"
sha256 cellar: :any_skip_relocation, ventura: "1b391288e035b5a886d732c93e4d1e01d5711fc57791887e9e6dbee3d8278d48"
sha256 cellar: :any_skip_relocation, x86_64_linux: "24f7ceb40cb87868f0ed758cfea8eac9c29b67c5593329a341d65f579f4997ac"
end

depends_on "go" => :build
Expand Down

0 comments on commit f996907

Please sign in to comment.