|
1 | 1 | classCoder <Formula
|
2 | 2 | desc"Provisions remote development environments via Terraform"
|
3 | 3 | homepage"https://github.com/coder/coder"
|
4 |
| -version"2.12.0" |
| 4 | +version"2.12.1" |
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"cf1e9bc0ca8a326f1a830a4e526db401e7462831716c7fbf2b6927d07ab1ec4a" |
| 9 | +sha256"65c2622cb7197207b43178ae407e2c940ab15cbbb2b5d1cbf8b65f50dc76e636" |
10 | 10 | else
|
11 | 11 | url"https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 |
| -sha256"162299d2841f2d7cfe5b37c1201ba87d714820358ea27483b92d7bf3a09fe8d5" |
| 12 | +sha256"78fa709d7a1541bcb4978033f0eb7280f0695ee9a3211f0c68354f1f8173af03" |
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"63185bfe7886b3644cab30db8a201f0fbd714d215096a8792977dff29722c8fc" |
| 16 | +sha256"60e9b6aa9c3d7392f46f0728751d2ab943b6774791a8305e51f181e9b64d0bd2" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | definstall
|
|