Skip to content

Commit 592c5ba

Browse files
author
Coder CI
committed
coder 2.19.1
1 parent d24b97d commit 592c5ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/coder.rb

+4-4
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.20.0"
4+
version "2.19.1"
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 "a6f15910bad79356dfe677db0ec918ddba520afdb62ecd0b7a8d750e0bbf75f2"
9+
sha256 "f6fd0ecd0306abdda534ab0e7afa44d638f0b68f844e07e65662b9a7e25d5412"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "4d541840ea898fd8274ede47695563cabeec04f0f79803e9cb9bcdc3d449edd7"
12+
sha256 "dadb558ef7a6002b112e8444ef032682c5140ccd8014da399571b59022fc01ef"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "564d90864e1e35ff40930cdad1036e01cfe587606d534b1de90492d88232668e"
16+
sha256 "c3cc844f88e9b8d9ff0ecc05949f10a4a4b962323d82cd0e4e64340f57f92591"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)