Skip to content

Commit

Permalink
Merge pull request #91 from calvinit/curl-8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Dec 12, 2024
2 parents 2e8e200 + fa4cca2 commit 2a1dfb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ class Curl < Formula
desc "Get a file from an HTTP, HTTPS or FTP server with HTTP/3 support using quiche"
homepage "https://curl.se"
# Don't forget to update both instances of the version in the GitHub mirror URL.
url "https://curl.se/download/curl-8.11.0.tar.bz2"
mirror "https://github.com/curl/curl/releases/download/curl-8_11_0/curl-8.11.0.tar.bz2"
mirror "http://fresh-center.net/linux/www/curl-8.11.0.tar.bz2"
mirror "http://fresh-center.net/linux/www/legacy/curl-8.11.0.tar.bz2"
sha256 "c95d5a1368803729345a632ce42cceeefd5f09c3b4d9582f858f6779f4b8b254"
url "https://curl.se/download/curl-8.11.1.tar.bz2"
mirror "https://github.com/curl/curl/releases/download/curl-8_11_1/curl-8.11.1.tar.bz2"
mirror "http://fresh-center.net/linux/www/curl-8.11.1.tar.bz2"
mirror "http://fresh-center.net/linux/www/legacy/curl-8.11.1.tar.bz2"
sha256 "e9773ad1dfa21aedbfe8e1ef24c9478fa780b1b3d4f763c98dd04629b5e43485"
license "curl"

livecheck do
Expand Down Expand Up @@ -61,7 +61,7 @@ def install
end

# Build with quiche:
# https://github.com/curl/curl/blob/master/docs/HTTP3.md#quiche-version
# https://github.com/curl/curl/blob/master/docs/HTTP3.md#quiche-version
quiche = buildpath/"quiche/quiche"
resource("quiche").stage quiche.parent
cd "quiche" do
Expand Down

0 comments on commit 2a1dfb8

Please sign in to comment.