We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787804a commit c353071Copy full SHA for c353071
Formula/h/haproxy.rb
@@ -1,8 +1,8 @@
1
class Haproxy < Formula
2
desc "Reliable, high performance TCP/HTTP load balancer"
3
homepage "https://www.haproxy.org/"
4
- url "https://www.haproxy.org/download/3.0/src/haproxy-3.0.3.tar.gz"
5
- sha256 "39a73c187a0b00d2602cb3ffca52d1b59d90f09032734fe8c03eb2e29a7d19df"
+ url "https://www.haproxy.org/download/3.0/src/haproxy-3.0.4.tar.gz"
+ sha256 "aabfd98ada721bbfb68f7805586ced0373fb4c8d73e18faa94055a16c2096936"
6
license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" }
7
8
livecheck do
0 commit comments