Skip to content

Commit

Permalink
coder 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder CI committed Dec 12, 2023
1 parent 59f2de4 commit 7698ea6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/coder.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Coder < Formula
desc "Provisions remote development environments via Terraform"
homepage "https://github.com/coder/coder"
version "2.4.0"
version "2.5.0"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
sha256 "d0d4d5c15f00fb17949502e03c175a347c95e0a67c3476f72aff0926f151c4cc"
sha256 "90f716d86048c4903dbd5737f236c2220414be6e5573d3ea69ee5ab983862b0a"
else
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
sha256 "742a93854a87cca46e7ffb9dcf110ead681e9ad3fdb4480c53c2af09d10a3b2e"
sha256 "432fa9184c3da57a24caba130c4c79a79706a929897e268cd1aa5a3645837178"
end
else
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
sha256 "08e4d8d6877fd6212c96076727600eb186b43f8b478def2e3f599fd56d06ad3f"
sha256 "e2ce7ea29bd610feb172f2f31083b4d8026c4f9f019fa4bdbc1841360aa1f200"
end

def install
Expand Down

0 comments on commit 7698ea6

Please sign in to comment.