From 31fca5611f86ba12d542b5fdfc07b23b4e0096b7 Mon Sep 17 00:00:00 2001 From: Coder CI Date: Mon, 30 Jun 2025 21:30:18 +0000 Subject: [PATCH] coder 2.23.2 --- Formula/coder.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/coder.rb b/Formula/coder.rb index d115128..84fad0c 100644 --- a/Formula/coder.rb +++ b/Formula/coder.rb @@ -1,19 +1,19 @@ class Coder < Formula desc "Provisions remote development environments via Terraform" homepage "https://github.com/coder/coder" - version "2.23.0" + version "2.23.2" if OS.mac? if Hardware::CPU.arm? url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip" - sha256 "6868a8d1f86fc9c6a97b6bcf62b0219e28ab7526e34b36d9b5f14876197580d9" + sha256 "035b05dd114042b90f53c18c3979a9cf36370978cac0e780e9ffdd66db9eb597" else url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip" - sha256 "0080b9001d2b69ee4248355e25adaeaebc61fb87815135fc7e139261ce1f5f9f" + sha256 "5c78af1c56314e68d1faf924478eb7d998caa8a5556fa3304923f2d2bcee2cba" end else url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz" - sha256 "ff4672d1c1e871a851acb462ffe2cadbdea03f975910d82e7225fe87d07228c1" + sha256 "9c56f81b83d076bc705c7a626a52348370accce74db7cc6748464202c1400c0a" end def install