Skip to content

Commit

Permalink
httpie: bump python resources
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Jun 18, 2024
1 parent 8a2dc13 commit f29e0a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/h/httpie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Httpie < Formula
url "https://github.com/httpie/cli/archive/refs/tags/3.2.2.tar.gz"
sha256 "01b4407202fac3cc68c73a8ff1f4a81a759d9575fabfad855772c29365fe18e6"
license "BSD-3-Clause"
revision 6
revision 7
head "https://github.com/httpie/cli.git", branch: "master"

bottle do
Expand Down Expand Up @@ -63,8 +63,8 @@ class Httpie < Formula
end

resource "requests" do
url "https://files.pythonhosted.org/packages/86/ec/535bf6f9bd280de6a4637526602a146a68fde757100ecf8c9333173392db/requests-2.32.2.tar.gz"
sha256 "dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"
url "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz"
sha256 "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"
end

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

resource "urllib3" do
url "https://files.pythonhosted.org/packages/7a/50/7fd50a27caa0652cd4caf224aa87741ea41d3265ad13f010886167cfcc79/urllib3-2.2.1.tar.gz"
sha256 "d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz"
sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"
end

def install
Expand Down

0 comments on commit f29e0a0

Please sign in to comment.