fix libretls version update
This commit is contained in:
parent
d85c10e13e
commit
430a902ab0
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
dest: "{{ path_tmp_git }}"
|
dest: "{{ path_tmp_git }}"
|
||||||
repo: "{{ git }}"
|
repo: "{{ git }}"
|
||||||
|
refspec: "3.7.0"
|
||||||
single_branch: yes
|
single_branch: yes
|
||||||
|
|
||||||
- name: autoreconf
|
- name: autoreconf
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
git: "https://git.causal.agency/libretls/"
|
git: "https://git.causal.agency/libretls/"
|
||||||
path_tmp_git: "/tmp/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_local_lib: "/usr/local/lib/{{ lib_name }}"
|
||||||
path_global_lib: "/usr/lib/{{ lib_name }}"
|
path_global_lib: "/usr/lib/{{ lib_name }}"
|
||||||
|
|
Loading…
Reference in a new issue