Skip to content

Commit

Permalink
Merge pull request #203547 from Homebrew/bump-internetarchive-5.1.0
Browse files Browse the repository at this point in the history
internetarchive 5.1.0
  • Loading branch information
BrewTestBot authored Jan 8, 2025
2 parents 070605c + 5c453d1 commit dbdf485
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/i/internetarchive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ class Internetarchive < Formula

desc "Python wrapper for the various Internet Archive APIs"
homepage "https://github.com/jjjake/internetarchive"
url "https://files.pythonhosted.org/packages/f3/e6/2e2377e126872a9f563768d86a7d5d90b36f145e1d2368a2c139008e40df/internetarchive-5.0.5.tar.gz"
sha256 "8abe722462eee3c03d86f9cc9a2178ba3624b8d4fde9cff0f585c731b6b9de57"
url "https://files.pythonhosted.org/packages/85/41/31754c2ab8821b9eda8d7ed53c2df1ff7c5eaaabe9da0d60b18532b9b70e/internetarchive-5.1.0.tar.gz"
sha256 "bf54e16d6793411a3e7ced94203085514dbc69e7fd884445e7788f83d1d31d8f"
license "AGPL-3.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, all: "20cb6a3212b258d7127dd9a3b44601fba102cb71cba2ba2c96ec62226acc2655"
sha256 cellar: :any_skip_relocation, all: "653421bc2f031c4086e7e73db553d63bde90f8b39f6ef39fefbf748482660b70"
end

depends_on "certifi"
depends_on "[email protected]"

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

resource "idna" do
Expand Down Expand Up @@ -45,8 +45,8 @@ class Internetarchive < Formula
end

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

def install
Expand Down

0 comments on commit dbdf485

Please sign in to comment.