mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
haproxy: update to v3.0.2
- Update haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-3.0.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
d421db0527
commit
4fdce5538f
@@ -10,12 +10,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=haproxy
|
PKG_NAME:=haproxy
|
||||||
PKG_VERSION:=3.0.1
|
PKG_VERSION:=3.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.haproxy.org/download/3.0/src
|
PKG_SOURCE_URL:=https://www.haproxy.org/download/3.0/src
|
||||||
PKG_HASH:=fef923c51ddc0ffb3c73b9b95e31e98c82cb9521c64754c5e95c42907406a670
|
PKG_HASH:=9672ee43b109f19356c35d72687b222dcf82b879360c6e82677397376cf5dc36
|
||||||
|
|
||||||
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
|
PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \
|
||||||
Christian Lachner <gladiac@gmail.com>
|
Christian Lachner <gladiac@gmail.com>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
CLONEURL=https://git.haproxy.org/git/haproxy-3.0.git
|
CLONEURL=https://git.haproxy.org/git/haproxy-3.0.git
|
||||||
BASE_TAG=v3.0.1
|
BASE_TAG=v3.0.2
|
||||||
TMP_REPODIR=tmprepo
|
TMP_REPODIR=tmprepo
|
||||||
PATCHESDIR=patches
|
PATCHESDIR=patches
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user