From f2a81c75b9d56d5fe2d1023d4f172e67081b94ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:41:05 +0000 Subject: [PATCH 1/2] icloudpd 1.19.0 --- Formula/i/icloudpd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index f98366e6035e0..16f90388c749b 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -3,8 +3,8 @@ class Icloudpd < Formula desc "Tool to download photos from iCloud" homepage "https://github.com/icloud-photos-downloader/icloud_photos_downloader" - url "https://github.com/icloud-photos-downloader/icloud_photos_downloader/archive/refs/tags/v1.18.0.tar.gz" - sha256 "16d9af1bc7c7171cc40577bdfe4f380901cec606419dfe7549cab5759f078c9d" + url "https://github.com/icloud-photos-downloader/icloud_photos_downloader/archive/refs/tags/v1.19.0.tar.gz" + sha256 "d57b5b11b371916055b7439f64f40824aa667ee6f05828c0afea2937bf7c6803" license "MIT" head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" From 1aa7394ff2e8a408778d22f2cbd0b156080d6aec Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 1 Jun 2024 04:58:21 +0000 Subject: [PATCH 2/2] icloudpd: update 1.19.0 bottle. --- Formula/i/icloudpd.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/i/icloudpd.rb b/Formula/i/icloudpd.rb index 16f90388c749b..8e63c0d906a9c 100644 --- a/Formula/i/icloudpd.rb +++ b/Formula/i/icloudpd.rb @@ -9,13 +9,13 @@ class Icloudpd < Formula head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "27b6f2f25caa6f8ffc59c8019f591c0fce8f550b9352dd564e303f0a39b2bbc5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "27b6f2f25caa6f8ffc59c8019f591c0fce8f550b9352dd564e303f0a39b2bbc5" - sha256 cellar: :any_skip_relocation, arm64_monterey: "27b6f2f25caa6f8ffc59c8019f591c0fce8f550b9352dd564e303f0a39b2bbc5" - sha256 cellar: :any_skip_relocation, sonoma: "a79ef40f30bfbf72c67f089b99706485f03794da2fbeb34d44005a5fad349556" - sha256 cellar: :any_skip_relocation, ventura: "a79ef40f30bfbf72c67f089b99706485f03794da2fbeb34d44005a5fad349556" - sha256 cellar: :any_skip_relocation, monterey: "a79ef40f30bfbf72c67f089b99706485f03794da2fbeb34d44005a5fad349556" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1eef4a37705024bd1817b4514e76f5de0b2991abd1a2e1642491d2b36a6b35bd" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3763f2f2a48b1a970c626653bb0f4ef941de1ca1f7b72a22f92e9d71298da5aa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3763f2f2a48b1a970c626653bb0f4ef941de1ca1f7b72a22f92e9d71298da5aa" + sha256 cellar: :any_skip_relocation, arm64_monterey: "3763f2f2a48b1a970c626653bb0f4ef941de1ca1f7b72a22f92e9d71298da5aa" + sha256 cellar: :any_skip_relocation, sonoma: "28d9df43f623c8e87951b1e4f66c639d2299e67423f661f0691c0dc7555e6635" + sha256 cellar: :any_skip_relocation, ventura: "28d9df43f623c8e87951b1e4f66c639d2299e67423f661f0691c0dc7555e6635" + sha256 cellar: :any_skip_relocation, monterey: "28d9df43f623c8e87951b1e4f66c639d2299e67423f661f0691c0dc7555e6635" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8cef0da000fe6e9b8dae6e0a331f25f76516d16280b9d31acf5bd847c6df5f5" end depends_on "python@3.12"