From 82f566f6f5a0adb78dac8b3575b43b989c283e3f Mon Sep 17 00:00:00 2001 From: pepe Date: Wed, 12 Apr 2023 17:02:04 +0000 Subject: [PATCH] :/ --- haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy/Makefile b/haproxy/Makefile index 00b4160..b189ef4 100644 --- a/haproxy/Makefile +++ b/haproxy/Makefile @@ -4,7 +4,7 @@ HAPROXY_GITREF = 4dadaaafb20106619510fd3fc6f2819f47777729 HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)") HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2) -HAPROXY_SOURCES = $(HAPROXY_GITREPO);a=snapshot;h=$(HAPROXY_GITREF);sf=tgz +HAPROXY_SOURCES = https://codeload.github.com/haproxy/haproxy/legacy.tar.gz/$(HAPROXY_GITREF) HAPROXY_TARBALL = haproxy-$(HAPROXY_VERSION)-$(HAPROXY_SHORTSHA).tar.gz HAPROXY_DEBORIG = haproxy_$(HAPROXY_VERSION)-$(HAPROXY_SHORTSHA).orig.tar.gz HAPROXY_BUILDIR = src