Ver código fonte

Merge pull request #22 from YunoHost-Apps/testing

Add ccrypt to dependencies
Maniack Crudelis 6 anos atrás
pai
commit
e053829fad
3 arquivos alterados com 7 adições e 2 exclusões
  1. 5 0
      CHANGELOG.md
  2. 1 1
      manifest.json
  3. 1 1
      scripts/_variables

+ 5 - 0
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

+ 1 - 1
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": {

+ 1 - 1
scripts/_variables

@@ -1,4 +1,4 @@
 #!/bin/bash
 
 # Dependencies
-app_depencencies="rsync encfs sshpass"
+app_depencencies="rsync encfs sshpass ccrypt"