Skip to content

Commit

Permalink
httpie 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Nov 1, 2024
1 parent 73ab4c0 commit fd2f717
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/h/httpie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Httpie < Formula

desc "User-friendly cURL replacement (command-line HTTP client)"
homepage "https://httpie.io/"
url "https://github.com/httpie/cli/archive/refs/tags/3.2.3.tar.gz"
sha256 "91cb6cbd1f9e6115ffc13824e87b2a4d903d76c769859e81924913adbf609c1b"
url "https://github.com/httpie/cli/archive/refs/tags/3.2.4.tar.gz"
sha256 "b185cd8d81325f97c773582e50f1c5e047c2d8575b53d676469c9daf2a52f341"
license "BSD-3-Clause"
head "https://github.com/httpie/cli.git", branch: "master"

Expand Down Expand Up @@ -62,8 +62,8 @@ class Httpie < Formula
end

resource "requests" do
url "https://files.pythonhosted.org/packages/9d/be/10918a2eac4ae9f02f6cfe6414b7a155ccd8f7f9d4380d62fd5b955065c3/requests-2.31.0.tar.gz"
sha256 "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz"
sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"
end

resource "requests-toolbelt" do
Expand All @@ -72,13 +72,13 @@ class Httpie < Formula
end

resource "rich" do
url "https://files.pythonhosted.org/packages/aa/9e/1784d15b057b0075e5136445aaea92d23955aad2c93eaede673718a40d95/rich-13.9.2.tar.gz"
sha256 "51a2c62057461aaf7152b4d611168f93a9fc73068f8ded2790f29fe2b5366d0c"
url "https://files.pythonhosted.org/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz"
sha256 "439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098"
end

resource "setuptools" do
url "https://files.pythonhosted.org/packages/27/b8/f21073fde99492b33ca357876430822e4800cdf522011f18041351dfa74b/setuptools-75.1.0.tar.gz"
sha256 "d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538"
url "https://files.pythonhosted.org/packages/ed/22/a438e0caa4576f8c383fa4d35f1cc01655a46c75be358960d815bfbb12bd/setuptools-75.3.0.tar.gz"
sha256 "fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686"
end

resource "urllib3" do
Expand Down

0 comments on commit fd2f717

Please sign in to comment.