diff options
author | Badchay <badchay@protonmail.com> | 2025-01-29 23:42:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-31 06:11:28 +0700 |
commit | 3179b8eb4256a8682b211662a76f67c9b1d9c25f (patch) | |
tree | 7cc970835b262384ec6cb0971f7e7cb475696f5b /network/haproxy/haproxy.SlackBuild | |
parent | 69dcf01d134031823cea070cfd23c4006db58c41 (diff) |
network/haproxy: Updated for version 3.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/haproxy/haproxy.SlackBuild')
-rw-r--r-- | network/haproxy/haproxy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/haproxy/haproxy.SlackBuild b/network/haproxy/haproxy.SlackBuild index a37e086e50..e3c0f2a479 100644 --- a/network/haproxy/haproxy.SlackBuild +++ b/network/haproxy/haproxy.SlackBuild @@ -5,7 +5,7 @@ # Copyright 2018 T3slider <t3slider@gmail.com> # All rights reserved. # -# Copyright 2024 Badchay <badchay@protonmail.com> +# Copyright 2025 Badchay <badchay@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haproxy -VERSION=${VERSION:-3.0.7} +VERSION=${VERSION:-3.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |