|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.8.4" |
| 4 | +version"2.8.5" |
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"ae132bdb84910a8e8502957afa00096a5dd121ea3363610737f77f14b409413b" |
| 9 | +sha256"01a8dff20dc70eb237cf446d35f9900410adf0f0961cc179dfbfea1f86bbd98f" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"919db2e8a44477c33da43d8ce2422d8b4819cfc6fd5bb9a7f22958583a9e2d25" |
| 12 | +sha256"df125e694a43ae5f7ee2057f7ec98f10d945c0fbefb18006bd774706a3b4694f" |
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"e79127e9d2f4c59784417f3cf740e6befa7d1b6ba8f147367f8319281a4ef285" |
| 16 | +sha256"eb776068c0306eb2f1ca9183cd04f75df4518ce92ef2fff84a08a0cf68d68144" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|