From b630fc838954169554d8153feb1c52b01d6ddf2a Mon Sep 17 00:00:00 2001 From: maniack Date: Thu, 5 Dec 2019 11:53:37 +0100 Subject: [PATCH] Add ccrypt to dependencies --- CHANGELOG.md | 5 +++++ manifest.json | 2 +- scripts/_variables | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a16b8d..103d3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog ## Unreleased - Nothing for now... +## [1.0~ynh2](https://github.com/YunoHost-Apps/archivist_ynh/pull/) - 2019-12-05 + +#### Fixed +- [Add ccrypt to dependencies](https://github.com/YunoHost-Apps/archivist_ynh/pull//commits/) + ## [1.0~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/21) - 2019-12-03 #### Changed diff --git a/manifest.json b/manifest.json index 434829e..b599b30 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Automatic backups.", "fr": "Sauvegardes automatiques." }, - "version": "1.0~ynh1", + "version": "1.0~ynh2", "url": "https://github.com/maniackcrudelis/archivist", "license": "GPL-3.0", "maintainer": { diff --git a/scripts/_variables b/scripts/_variables index f322ee8..d675612 100644 --- a/scripts/_variables +++ b/scripts/_variables @@ -1,4 +1,4 @@ #!/bin/bash # Dependencies -app_depencencies="rsync encfs sshpass" +app_depencencies="rsync encfs sshpass ccrypt"