diff --git a/Formula/i/immich-go.rb b/Formula/i/immich-go.rb index 2ae9c950237bf..78e61a3dacd59 100644 --- a/Formula/i/immich-go.rb +++ b/Formula/i/immich-go.rb @@ -1,8 +1,8 @@ class ImmichGo < Formula desc "Alternative to the official immich-CLI command written in Go" homepage "https://github.com/simulot/immich-go" - url "https://github.com/simulot/immich-go/archive/refs/tags/v0.26.3.tar.gz" - sha256 "092d895a5742a97519f5e16bc926bfcf5ac173716bea37a69c7fffe761dd40a3" + url "https://github.com/simulot/immich-go/archive/refs/tags/v0.27.0.tar.gz" + sha256 "8ba4a21d3b69d6543cd4445d4a7c4a05facb53bb9c3666400c11543b7c4a5bbf" license "AGPL-3.0-only" head "https://github.com/simulot/immich-go.git", branch: "main" @@ -12,12 +12,12 @@ class ImmichGo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e28370eb8527ec3d1c6c61e081d6d44269af7af988bceb1faffa15bf59b0e7cf" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "190a80a90e8f5118a96ca3ad1443390ee86c7310f7e72e741bef407e7ef52601" - sha256 cellar: :any_skip_relocation, arm64_ventura: "25ae75d3e393aff1d29d10e935d672838d5630be8eac2e0938bde18db5b4d12e" - sha256 cellar: :any_skip_relocation, sonoma: "873e480f627c6d7cb51af88120458b66c73c7b334089082d773ad78f791e68bf" - sha256 cellar: :any_skip_relocation, ventura: "9a4084012fb83640e41bfe2ab27e08f46d3976aac14dda930998197645b11903" - sha256 cellar: :any_skip_relocation, x86_64_linux: "44d454bdfebf515a6704fccee080174a0a400448e3ecfd266da337eb146c8d64" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44aecd18a7d5aa28cb087bcb83072d1d02c4be22b7cf8e09a5de65b019a997c4" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "67b1d74ac9c887a5b51073e6c9fc848f7cacd3d57bedd750ce0746ed02b90b88" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e9ae40632254cf4468eae608027a1878009d6fe8d792ce426ef0cefffe1033b9" + sha256 cellar: :any_skip_relocation, sonoma: "b32ebf9191cf0bc2191652f4ed515042ff4445ea3c74956d33521e3e211bb5f9" + sha256 cellar: :any_skip_relocation, ventura: "a85787447194b9e3c55c2e73df40febcff878d37b7f03454c6310fa9fe887a48" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6c4347078464fcb848c52126f27129f3baf780ed4c06f9ab4a8baf70a25bf38c" end depends_on "go" => :build