mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
Merge pull request #22 from YunoHost-Apps/testing
Add ccrypt to dependencies
This commit is contained in:
commit
e053829fad
3 changed files with 7 additions and 2 deletions
|
@ -4,6 +4,11 @@ Changelog
|
||||||
## Unreleased
|
## Unreleased
|
||||||
- Nothing for now...
|
- 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
|
## [1.0~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/pull/21) - 2019-12-03
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Automatic backups.",
|
"en": "Automatic backups.",
|
||||||
"fr": "Sauvegardes automatiques."
|
"fr": "Sauvegardes automatiques."
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "1.0~ynh2",
|
||||||
"url": "https://github.com/maniackcrudelis/archivist",
|
"url": "https://github.com/maniackcrudelis/archivist",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
app_depencencies="rsync encfs sshpass"
|
app_depencencies="rsync encfs sshpass ccrypt"
|
||||||
|
|
Loading…
Reference in a new issue