Skip to content

Commit dff2f7b

Browse files
author
Coder CI
committed
coder 2.25.3
1 parent cbaf6aa commit dff2f7b

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.26.0"
4+
version "2.25.3"
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 "162708de60d667af4b5d1c02a93fe5104df929bc0e2f297414a15911d7966096"
9+
sha256 "fe4c5ecb7cf85a3ab5874d634f49483605cc05164eefa85fea77d91c81aee85e"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "61ffa58821620f4291ced046d2440bcbdcb5c05000d2caf4e65bea867ff9bb3b"
12+
sha256 "1f71a3f2a7e0a1934d24033f2121797778f651f713d917a2544e3d73fa3e23d3"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "da675af800396d5a312093f3a10f5bd9b3f17e5a3a3c6458e36597e7212a12bb"
16+
sha256 "69455380b249d42ba73b7979e179c0eb463b5f6c3c619caf513aa387e7f99cef"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)