Skip to content

Commit 5377226

Browse files
BrewTestBotdaeho-ro
authored andcommitted
icloudpd 1.25.0
1 parent 6839737 commit 5377226

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Formula/i/icloudpd.rb

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ class Icloudpd < Formula
55
homepage "https://github.com/icloud-photos-downloader/icloud_photos_downloader"
66
# We use a git checkout as scripts/patch_version runs git commands to update SHA
77
url "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git",
8-
tag: "v1.24.4",
9-
revision: "8222e8e1f3de94b7d6fbb5bbf605b36f42aa5c75"
8+
tag: "v1.25.0",
9+
revision: "96f945150b4b21aede0ffdc9c5f5c202a3585dc3"
1010
license "MIT"
1111
head "https://github.com/icloud-photos-downloader/icloud_photos_downloader.git", branch: "master"
1212

@@ -26,8 +26,8 @@ class Icloudpd < Formula
2626
end
2727

2828
resource "blinker" do
29-
url "https://files.pythonhosted.org/packages/1e/57/a6a1721eff09598fb01f3c7cda070c1b6a0f12d63c83236edf79a440abcc/blinker-1.8.2.tar.gz"
30-
sha256 "8f77b09d3bf7c795e969e9486f39c2c5e9c39d4ee07424be2bc594ece9642d83"
29+
url "https://files.pythonhosted.org/packages/21/28/9b3f50ce0e048515135495f198351908d99540d69bfdc8c1d15b73dc55ce/blinker-1.9.0.tar.gz"
30+
sha256 "b4ce2265a7abece45e7cc896e98dbebe6cead56bcf805a3d23136d145f5445bf"
3131
end
3232

3333
resource "certifi" do
@@ -110,6 +110,11 @@ class Icloudpd < Formula
110110
sha256 "83cb35c606bf3a1ea1a8f0a25cb42cf17e24353fd82e87ae3884e74a302a5f1b"
111111
end
112112

113+
resource "python-dateutil" do
114+
url "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz"
115+
sha256 "37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"
116+
end
117+
113118
resource "pytz" do
114119
url "https://files.pythonhosted.org/packages/90/26/9f1f00a5d021fff16dee3de13d43e5e978f3d58928e129c3a62cf7eb9738/pytz-2024.1.tar.gz"
115120
sha256 "2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"
@@ -160,9 +165,9 @@ class Icloudpd < Formula
160165
sha256 "005da479b04134cdd9dd602d1ee7c49d79de0537610d653674cc6cbde222b8a1"
161166
end
162167

163-
resource "Werkzeug" do
164-
url "https://files.pythonhosted.org/packages/32/af/d4502dc713b4ccea7175d764718d5183caf8d0867a4f0190d5d4a45cea49/werkzeug-3.1.1.tar.gz"
165-
sha256 "8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4"
168+
resource "werkzeug" do
169+
url "https://files.pythonhosted.org/packages/9f/69/83029f1f6300c5fb2471d621ab06f6ec6b3324685a2ce0f9777fd4a8b71e/werkzeug-3.1.3.tar.gz"
170+
sha256 "60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"
166171
end
167172

168173
# support python 3.13

0 commit comments

Comments
 (0)