fix libretls version update

This commit is contained in:
rick 2023-01-21 18:08:01 +01:00
parent d85c10e13e
commit 430a902ab0
Signed by: Rick
GPG key ID: 4A6223D66294EB20
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@
ansible.builtin.git:
dest: "{{ path_tmp_git }}"
repo: "{{ git }}"
refspec: "3.7.0"
single_branch: yes
- name: autoreconf

View file

@ -1,6 +1,6 @@
---
git: "https://git.causal.agency/libretls/"
path_tmp_git: "/tmp/libretls"
lib_name: "libtls.so.25"
lib_name: "libtls.so.26.0.1"
path_local_lib: "/usr/local/lib/{{ lib_name }}"
path_global_lib: "/usr/lib/{{ lib_name }}"