Skip to content

Commit 17da80a

Browse files
cdrciCoder CI
andauthored
coder 2.25.0 (#266)
This automatic PR was triggered by the release of Coder v2.25.0 Co-authored-by: Coder CI <[email protected]>
1 parent 68da60c commit 17da80a

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.24.2"
4+
version "2.25.0"
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 "ec2250123ed50374b06997a29a783a04f0edc35e0b5edefed44ec7c55b3c9183"
9+
sha256 "5bb737ce0676a0f0b9908c1e6a2591d45a61f68f760d435655584dcdf226f266"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "d3e9faf4158a2202855024335b800c456e1075141c6642b92288aee1de11be71"
12+
sha256 "4783dd8893fff7a94c386636ea9fc1aa18fc8d8b0cc1a7c8d014f97b033ff883"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "025ddbbc8b129d4d2f74d0246649e93ffaf12483fa50650878867a930f384ae3"
16+
sha256 "266805c1f646598439e86314bfd6233c2dd642cb6cf5ded2fc24d85f7c9ca1c9"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)