Skip to content

Commit b210538

Browse files
author
Coder CI
committed
coder 2.29.19
1 parent ac564e9 commit b210538

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.34.3"
4+
version "2.29.19"
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 "a821ec2b4ccea893bf1026fd69f684c0d89af51fc024c82d46920551f65e6356"
9+
sha256 "d823cd0ecdf6c77ada667c94a8eddf5463b8dd24f5cb834d47542f69e03eb081"
1010
else
1111
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
12-
sha256 "30924ad0d7971df77f8a998f52b761adc08e02b69f607decabe316ec688b5676"
12+
sha256 "f16af93490937632787ac3d2eb6d3eb29b5e1b9c258226ad2cb894fad3be415b"
1313
end
1414
else
1515
url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
16-
sha256 "8fbaf9aaea40b23900d75289a5d4c856da205af4b1cf9f6730ab534bdd8d3039"
16+
sha256 "61eed5938ef1d2ca0afc6a29720753b4740dd499ea89643b6af8cdf4568c4bf2"
1717
end
1818

1919
def install

0 commit comments

Comments
 (0)