Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haproxy 3.1.1 #200817

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/h/haproxy.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Haproxy < Formula

Check failure on line 1 in Formula/h/haproxy.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

haproxy: livecheck error

curl: (23) Failed writing received data to disk/application

Check failure on line 1 in Formula/h/haproxy.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

haproxy: livecheck error

curl: (23) Failed writing received data to disk/application

Check failure on line 1 in Formula/h/haproxy.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

haproxy: livecheck error

curl: (23) Failed writing received data to disk/application

Check failure on line 1 in Formula/h/haproxy.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

haproxy: livecheck error

curl: (23) Failed writing received data to disk/application

Check failure on line 1 in Formula/h/haproxy.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

haproxy: livecheck error

curl: (23) Failed writing received data to disk/application
desc "Reliable, high performance TCP/HTTP load balancer"
homepage "https://www.haproxy.org/"
url "https://www.haproxy.org/download/3.1/src/haproxy-3.1.0.tar.gz"
sha256 "56a1468574ab411dcabde837f96bea6cf3c2eb90e279469f75ed1dcdc70fce11"
url "https://www.haproxy.org/download/3.1/src/haproxy-3.1.1.tar.gz"
sha256 "8c1b5d439ba4b278e602445c57e20067adef214dc9c44c2a1cf172fad5f7d273"
license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" }

livecheck do
Expand Down
Loading