move the KeeWeb version into a separate variable

This commit is contained in:
Andreas Zweili 2021-08-24 19:11:32 +02:00
parent 10058076dc
commit eb07374480
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
---
deploy_user_name: andreas
keeweb_url: https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.linux.x64.deb
keeweb_version: 1.18.7
keeweb_url: "https://github.com/keeweb/keeweb/releases/download/v{{ keeweb_version }}/KeeWeb-{{ keeweb_version }}.linux.x64.deb"
vscode_url: https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64