|
1 | 1 | class Coder < Formula
|
2 | 2 | desc "Provisions remote development environments via Terraform"
|
3 | 3 | homepage "https://github.com/coder/coder"
|
4 | | - version "2.11.2" |
| 4 | + version "2.12.0" |
5 | 5 |
|
6 | 6 | if OS.mac?
|
7 | 7 | if Hardware::CPU.arm?
|
8 | 8 | url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
|
9 | | - sha256 "a0cf9d11460d51c6077a60d66017f99aa528dda1d712ee8b52e2ce6e819f4eb4" |
| 9 | + sha256 "cf1e9bc0ca8a326f1a830a4e526db401e7462831716c7fbf2b6927d07ab1ec4a" |
10 | 10 | else
|
11 | 11 | url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
|
12 | | - sha256 "0147db7493412b67c227a3eae20907e3ecbfba776ee8dc7ae3071e8d5001ee25" |
| 12 | + sha256 "162299d2841f2d7cfe5b37c1201ba87d714820358ea27483b92d7bf3a09fe8d5" |
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 "92f40fad818391fcd339bddcf5fdd535d837a25b4a9a6d59e295de1c9f4b232a" |
| 16 | + sha256 "63185bfe7886b3644cab30db8a201f0fbd714d215096a8792977dff29722c8fc" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | def install
|
|
0 commit comments