Skip to content

Commit

Permalink
HAProxy 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philyuchkoff committed Mar 30, 2023
1 parent 255b1e6 commit 6111fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![GitHub All Releases](https://img.shields.io/github/downloads/philyuchkoff/HAProxy-2-RPM-builder/total?style=for-the-badge)


### [HAProxy](http://www.haproxy.org/) 2.7.4 2023/03/10
### [HAProxy](http://www.haproxy.org/) 2.7.6 2023/03/28

Perform the following steps on a build box as a regular user:

Expand Down Expand Up @@ -57,11 +57,11 @@ Resulting RPM will be stored in

### Install (for CentOS8/9 replaсe `yum` to `dnf`):

sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.7.4-1.el7.x86_64.rpm
sudo yum -y install /opt/HAProxy-2-RPM-builder/rpmbuild/RPMS/x86_64/haproxy-2.7.6-1.el7.x86_64.rpm

or, if you build *.rpm with Docker:

sudo yum -y install RPMS/haproxy-2.7.4-1.el7.x86_64.rpm
sudo yum -y install RPMS/haproxy-2.7.6-1.el7.x86_64.rpm


### Check after install:
Expand Down

0 comments on commit 6111fc4

Please sign in to comment.