Skip to content

Commit

Permalink
Merge pull request #15 from hiddenstream/patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
DBezemer authored Mar 26, 2019
2 parents dfa7ddc + 82c8970 commit 10dd4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
HOME=$(shell pwd)
MAINVERSION=1.8
VERSION=1.8.14
VERSION=$(shell wget -qO- http://git.haproxy.org/git/haproxy-${MAINVERSION}.git/refs/tags/ | sed -n 's:.*>\(.*\)</a>.*:\1:p' | sed 's/^.//' | sort -rV | head -1)
RELEASE=1

all: build

install_prereq:
sudo yum install -y pcre-devel pcre-devel make gcc openssl-devel rpm-build systemd-devel
sudo yum install -y pcre-devel pcre-devel make gcc openssl-devel rpm-build systemd-devel sed wget

clean:
rm -f ./SOURCES/haproxy-${VERSION}.tar.gz
Expand Down

0 comments on commit 10dd4df

Please sign in to comment.