Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-06-21 06:12:57 +0300
committerJonathan White <support@dmapps.us>2017-06-21 06:14:44 +0300
commita3020b67870fee43d559099f5db9af9342f0d91f (patch)
treec1059bb4ded75143e0a4d41f6d710a4c0ff023d6 /snapcraft.yaml
parent702a68307a5061db6e0fa9dfe07b58c226c4a790 (diff)
Bumped version to 2.2.0 and populated CHANGELOG
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index aa5ab38fb..0832ef48a 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: keepassxc
-version: 2.1.4
+version: 2.2.0
grade: stable
summary: community driven port of the windows application “Keepass Password Safe”
description: |
@@ -22,6 +22,7 @@ parts:
- -DWITH_TESTS=OFF
- -DWITH_XC_AUTOTYPE=ON
- -DWITH_XC_HTTP=ON
+ - -DWITH_XC_YUBIKEY=ON
build-packages:
- g++
- libgcrypt20-dev
@@ -32,4 +33,6 @@ parts:
- zlib1g-dev
- libxi-dev
- libxtst-dev
+ - libyubikey-dev
+ - libykpers-1-dev
after: [desktop-qt5]