mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Use actual version; don't split into separate major and minor variables
This commit is contained in:
parent
69ef417cfe
commit
41c3cddaf2
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
lokole_major_version: "1.31"
|
lokole_version: "0.1.24"
|
||||||
lokole_minor_version: "0"
|
|
||||||
lokole_version: "{{ lokole_major_version }}.{{ lokole_minor_version }}"
|
|
||||||
|
|
||||||
lokole_download_base_url: "https://github.com/ascoderu/opwen-webapp/archive/"
|
lokole_download_base_url: "https://github.com/ascoderu/opwen-webapp/archive/"
|
||||||
lokole_src: "{{ lokole_version }}.tar.gz"
|
lokole_src: "{{ lokole_version }}.tar.gz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue