From 9fbbaec13d088af35f3d47f8dcab285e7fa07b27 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Mon, 13 Nov 2023 10:17:56 +0100 Subject: [PATCH 1/3] sha256 corrections in app.src & app_addons.src --- conf/app.src | 2 +- conf/app_addons.src | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4da06e6..c396194 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,3 +1,3 @@ SOURCE_URL=https://codeberg.org/zot-archive/zap/archive/078714b9dde991d02f8cce1183ce357d96405558.tar.gz -SOURCE_SUM=6159da945fe504bffe23f80d299bfe3e146a9d9df76412f5bea6d1d415516d34 +SOURCE_SUM=b188872d60ef30d50686a079da03cc4cdee451729a84bcf748649bbe8b8568e6 SOURCE_FORMAT=tar.gz diff --git a/conf/app_addons.src b/conf/app_addons.src index 1ea3fd7..4a47767 100644 --- a/conf/app_addons.src +++ b/conf/app_addons.src @@ -1,5 +1,5 @@ SOURCE_URL=https://codeberg.org/zot-archive/zap-addons/archive/b2ddcc67735fb413f14efcc9c49780469b8b61cf.tar.gz -SOURCE_SUM=009f5047096fdbe3becaebfb7ac3ee34d7efd3f4f891e3a645484a7e406598a1 +SOURCE_SUM=05595b3baa9d08001a8f01c7d069ebfb1b325621dd75e84ebc1257769e0f2f4a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/manifest.json b/manifest.json index 2f50ec3..38cc145 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Ethical fediverse server alternative", "fr": "serveur fedverse éthique" }, - "version": "21.11.28~ynh1", + "version": "21.11.28~ynh2", "url": "https://codeberg.org/zot-archive/zap", "upstream": { "license": "MIT", From b9bba5c26d0ec9ba65ff14698a7bdf2260366e9e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 Nov 2023 10:29:31 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61d3cfe..a24818d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzil - **Extend** : Change or upgrade your software functionality as desired by installing additional features from addons and- the free app collection. -**Shipped version:** 21.11.28~ynh1 +**Shipped version:** 21.11.28~ynh2 ## Disclaimers / important information ## Installation @@ -61,7 +61,7 @@ Before installing, read the [Zap installation instructions](https://codeberg.org ## Documentation and resources * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index bd83268..ddabc41 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzil - **Extend** : Change or upgrade your software functionality as desired by installing additional features from addons and- the free app collection. -**Version incluse :** 21.11.28~ynh1 +**Version incluse :** 21.11.28~ynh2 ## Avertissements / informations importantes ## Installation @@ -61,7 +61,7 @@ Before installing, read the [Zap installation instructions](https://codeberg.org ## Documentations et ressources * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 4ee3333a718eb1612f57526f733b348678f3a2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:30:21 +0100 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 38cc145..0ab605a 100644 --- a/manifest.json +++ b/manifest.json @@ -42,7 +42,7 @@ }, { "name": "database", - "type": "string", + "type": "select", "ask": { "en": "Choose the database to be used for the Zap [mysql:1,postgresql:2]", "fr": "Choisissez la database de l'Zap [mysql:1,postgresql:2]"