From 4150644c5fbe122a7748af9c1d2364333c64a689 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 8 Oct 2020 09:51:53 +0200 Subject: [PATCH] fix --- README.md | 1 - manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d128e6..97a320f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ You can configure this app by the file `/etc/biboumi/biboumi.cfg`. * x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/biboumi%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/biboumi/) * ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/biboumi%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/biboumi/) -* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/biboumi%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/biboumi/) ## Limitations diff --git a/manifest.json b/manifest.json index e538855..e47a2e2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "XMPP gateway for the IRC network.", "fr": "Passerelle XMPP pour le réseau IRC." }, - "version": "8~ynh2", + "version": "8.3~ynh2", "url": "https://biboumi.louiz.org/", "license": "Zlib", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index fa90f87..9b9cd1b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="" +pkg_dependencies="biboumi" #================================================= # PERSONAL HELPERS