Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
2.5.0
  • Loading branch information
philyuchkoff authored Nov 25, 2021
1 parent f55e639 commit 4fafeca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# RPM builder for HAProxy 2.4 (CentOS 7)
# RPM builder for HAProxy 2.5 (CentOS 7)

![GitHub last commit](https://img.shields.io/github/last-commit/philyuchkoff/HAProxy-2-RPM-builder?style=for-the-badge)
![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.4.8 2021/11/03
### [HAProxy](http://www.haproxy.org/) 2.5.0 2021/11/23

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

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

### Install:

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

or, if you build *.rpm with Docker:

sudo yum -y install RPMS/haproxy-2.4.8-1.el7.x86_64.rpm
sudo yum -y install RPMS/haproxy-2.5.0-1.el7.x86_64.rpm


### Check after install:
Expand All @@ -60,7 +60,7 @@ or, if you build *.rpm with Docker:

Must be like this:

HAProxy version 2.4.8-d1f8d41 2021/11/03
HAProxy version 2.5.0-f2e0833 2021/11/23


### :exclamation: If some not working:
Expand Down

0 comments on commit 4fafeca

Please sign in to comment.