1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

Fix encrypted exclusion - archivist 1.3.3

This commit is contained in:
Maniack Crudelis 2022-07-31 13:32:32 +02:00
parent 07069e7a5e
commit 744cd9844a
3 changed files with 9 additions and 4 deletions

View file

@ -4,10 +4,15 @@ Changelog
## Unreleased
- Nothing for now...
## [1.3.3~ynh1]() - 2022-07-31
#### Fixed
- [ Fix encrypted exclusion - archivist 1.3.3]()
## [1.3.2~ynh1]() - 2022-01-25
#### Fixed
- [Fix tar symlink for apps - archivist 1.3.2]()
- [Fix tar symlink for apps - archivist 1.3.2](https://github.com/YunoHost-Apps/archivist_ynh/commit/ec15b96d819fc9c263b3d7769acde108d3c7ad83)
## [1.3.1~ynh1](https://github.com/YunoHost-Apps/archivist_ynh/commit/a9070b11e13d37908cf246804c0d331a57fea115) - 2021-11-07

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/refs/tags/v1.3.2.tar.gz
SOURCE_SUM=b87fa47d999a35c7d583cf4fb0cdfe9648ff58a69dec031789482886c2e3e5c4
SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/refs/tags/v1.3.3.tar.gz
SOURCE_SUM=30fc33e5091f7e388004324da5f43b067ccb69e522a12ca298a2d969688094ee
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Automatic backups",
"fr": "Sauvegardes automatiques"
},
"version": "1.3.2~ynh2",
"version": "1.3.3~ynh1",
"url": "https://github.com/maniackcrudelis/archivist",
"upstream": {
"license": "GPL-3.0",