increase version

This commit is contained in:
Michael Rennecke 2023-06-26 21:40:45 +02:00
parent f085ffe899
commit 710b6dbeab
2 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@
set -e
HAPROXY_VERSION=2.6.6
HAPROXY_URL=https://www.haproxy.org/download/2.6/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_VERSION=2.8.0
HAPROXY_URL=https://www.haproxy.org/download/2.8/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=3.0.7
OPENSSL_VERSION=3.1.1
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl

View File

@ -17,6 +17,6 @@
- hosts: mail.0rpheus.net
gather_facts: false
roles:
# - haproxy
- haproxy
# - bitwarden
- roundcube