浏览代码

Fix encrypted exclusion - archivist 1.3.3

Maniack Crudelis 3 年之前
父节点
当前提交
744cd9844a
共有 3 个文件被更改,包括 9 次插入4 次删除
  1. 6 1
      CHANGELOG.md
  2. 2 2
      conf/app.src
  3. 1 1
      manifest.json

+ 6 - 1
CHANGELOG.md

@@ -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
 

+ 2 - 2
conf/app.src

@@ -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

+ 1 - 1
manifest.json

@@ -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",