Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5249628

Browse files
author
Coder CI
committedJul 22, 2024·
coder 2.12.5
1 parent 87b347e commit 5249628

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎Formula/coder.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Coder < Formula
22
desc "Provisions remote development environments via Terraform"
33
homepage "https://github.com/coder/coder"
4-
version "2.13.1"
4+
version "2.12.5"
55

66
if OS.mac?
77
if Hardware::CPU.arm?
88
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
9-
sha256 "9c75acb21a0c49bad374f9705d0f295f3337f660af792120b9dfbed77e5f5115"
9+
sha256 "b10327701e4fd0b501eb78578753a88e03e5c062aff59573ef8216768bd471de"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "620272f0d71716ab9036b3e1b07e593621f876e756274c2ea9f9fcf9fa9b7256"
12+
sha256 "15fde6efffd25f0aea6e05edfd1b0f41972cbe70437e813478b24205425875ba"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "d46025b9de70f99f194448e6c2bf4e65f6b7e22b5f9b94bcbe65a4c334cdabbc"
16+
sha256 "4c7736d7b4f8dfc8ab757d53161c3ffada48cd6236b2515a8ec826d62c8bde89"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)
Please sign in to comment.