Skip to content

coder 2.1.5 #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update sha256 hashes
  • Loading branch information
aslilac authored Sep 5, 2023
commit f54b0f86465ef53b4fdb49f861e5242ade608183
6 changes: 3 additions & 3 deletions Formula/coder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ class Coder < Formula
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
sha256 "ac67c032e81fed7ef3b2e1fc5bfafb878e7551c081d0a136f5a88583c279c060"
sha256 "c83227b35899db01295c140ba28fe4adc86ff844cbdeba6615b0ef02ed559170"
else
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
sha256 "693d6c450891627d879123ea9a08dc5917dafee7de6c639c5c9b496abe6f250b"
sha256 "74fd93cfec240949164d446a5be1d53f56aa54ae2b189b7d318ec7c5777132f4"
end
else
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
sha256 "41666bbe3afacd153fbe6c1a2d908bb4fb7a88e821205cb7136a0bad2d1cd6dc"
sha256 "c88872571b187cc7ec36f32eeb0a21b3fe7b1576029cf4a26d1f25ddebb5a773"
end

def install
Expand Down