Skip to content

Commit 38531b6

Browse files
authored
Merge pull request Homebrew#205379 from Homebrew/bump-instaloader-4.14.1
instaloader 4.14.1
2 parents 96c94a1 + ae092b5 commit 38531b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/i/instaloader.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ class Instaloader < Formula
33

44
desc "Download media from Instagram"
55
homepage "https://instaloader.github.io/"
6-
url "https://files.pythonhosted.org/packages/57/73/61f4de60cdc21d56e61caf6a772cecafce5d86b553a1f3d8ef4ace66affb/instaloader-4.14.tar.gz"
7-
sha256 "754425eb17af44ce4bb6056e4eacd044a518d13b5efc11b9d80eb229bb96c652"
6+
url "https://files.pythonhosted.org/packages/d8/67/2adb34f2fc306d5fe8610c946f4b1fc4fb517b10034ef60f61d7674556b1/instaloader-4.14.1.tar.gz"
7+
sha256 "a41a7372a18fb096b3ed545469479884de9cf768e12020c0e0e67c488d9d599c"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, all: "0178a0514c550e7cc9fd1a730cfab79deab9af8c4e74201a1ad0107d59683b29"
11+
sha256 cellar: :any_skip_relocation, all: "1258d3d6db08915ae0cc8096da6642c35e02c4be75258ec0e08372a2e18292e2"
1212
end
1313

1414
depends_on "certifi"
1515
depends_on "[email protected]"
1616

1717
resource "charset-normalizer" do
18-
url "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz"
19-
sha256 "223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e"
18+
url "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz"
19+
sha256 "44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3"
2020
end
2121

2222
resource "idna" do
@@ -30,8 +30,8 @@ class Instaloader < Formula
3030
end
3131

3232
resource "urllib3" do
33-
url "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz"
34-
sha256 "e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"
33+
url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz"
34+
sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"
3535
end
3636

3737
def install

0 commit comments

Comments
 (0)