Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions network/haproxy/haproxy.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Copyright 2018 T3slider <t3slider@gmail.com>
# All rights reserved.
#
# Copyright 2025 Badchay <badchay@protonmail.com>
# Copyright 2026 Badchay <badchay@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=haproxy
VERSION=${VERSION:-3.2.10}
VERSION=${VERSION:-3.2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions network/haproxy/haproxy.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="haproxy"
VERSION="3.2.10"
VERSION="3.2.12"
HOMEPAGE="https://www.haproxy.org/"
DOWNLOAD="https://www.haproxy.org/download/3.2/src/haproxy-3.2.10.tar.gz"
MD5SUM="64415b86e09bf4ae738b9abd4caaca81"
DOWNLOAD="https://www.haproxy.org/download/3.2/src/haproxy-3.2.12.tar.gz"
MD5SUM="60d8dcb48fab3176828d2e19b1c74203"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down