|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.23.0" |
| 4 | +version"2.24.0" |
5 | 5 |
|
6 | 6 | ifOS.mac?
|
7 | 7 | ifHardware::CPU.arm?
|
8 | 8 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
|
9 |
| -sha256"6868a8d1f86fc9c6a97b6bcf62b0219e28ab7526e34b36d9b5f14876197580d9" |
| 9 | +sha256"0868fc4b98d55a5aa7038282d0f82067b65b9c939d43c6a8b46c368acc141186" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"0080b9001d2b69ee4248355e25adaeaebc61fb87815135fc7e139261ce1f5f9f" |
| 12 | +sha256"5fda6c9306b7f0912994eefad9ebae2a6ec8313fbb9beba54df18c21cdded98d" |
13 | 13 | end
|
14 | 14 | else
|
15 | 15 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
|
16 |
| -sha256"ff4672d1c1e871a851acb462ffe2cadbdea03f975910d82e7225fe87d07228c1" |
| 16 | +sha256"f83e1e5c3828e736ca92510292cbd211ebc16955221b2cafc6426f10fe8433d2" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|