diff --git a/README.md b/README.md index d985a1a..bf51c5d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Cinny for YunoHost -[![Integration level](https://dash.yunohost.org/integration/cinny.svg)](https://dash.yunohost.org/appci/app/cinny) ![](https://ci-apps.yunohost.org/ci/badges/cinny.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cinny.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/cinny.svg)](https://dash.yunohost.org/appci/app/cinny) ![](https://ci-apps.yunohost.org/ci/badges/cinny.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cinny.maintain.svg) [![Install Cinny with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cinny) *[Lire ce readme en français.](./README_fr.md)* @@ -24,7 +24,7 @@ A Matrix client focusing primarily on simple, elegant and secure interface. - Matrix Spaces support -**Shipped version:** 1.5.0~ynh2 +**Shipped version:** 1.5.1~ynh1 **Demo:** https://app.cinny.in @@ -62,4 +62,4 @@ or sudo yunohost app upgrade cinny -u https://github.com/YunoHost-Apps/cinny_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps diff --git a/README_fr.md b/README_fr.md index 08b8764..56877a0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Cinny pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/cinny.svg)](https://dash.yunohost.org/appci/app/cinny) ![](https://ci-apps.yunohost.org/ci/badges/cinny.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cinny.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/cinny.svg)](https://dash.yunohost.org/appci/app/cinny) ![](https://ci-apps.yunohost.org/ci/badges/cinny.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/cinny.maintain.svg) [![Installer Cinny avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=cinny) *[Read this readme in english.](./README.md)* @@ -20,7 +20,7 @@ Un client matrix orienté simplicité, élégance et sécurité. - Support des "Espaces" Matrix -**Version incluse :** 1.5.0~ynh2 +**Version incluse :** 1.5.1~ynh1 **Démo :** https://app.cinny.in @@ -58,4 +58,4 @@ ou sudo yunohost app upgrade cinny -u https://github.com/YunoHost-Apps/cinny_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps diff --git a/conf/app.src b/conf/app.src index ae10d97..5265946 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ajbura/cinny/releases/download/v1.5.0/cinny-v1.5.0.tar.gz -SOURCE_SUM=dc318d2b81e1fdcb63d1200f398696025a0bb8fb50f834c4b5baf9da03df28bb +SOURCE_URL=https://github.com/ajbura/cinny/releases/download/v1.5.1/cinny-v1.5.1.tar.gz +SOURCE_SUM=7de9ed66bb0c26d6510cbb78936bdab20c7ba8c68c72cf36f7c7e3ff82e64219 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5e3b07a..9d7dbff 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix client focusing primarily on simple, elegant and secure interface", "fr": "Client matrix orienté simplicité, élégance et sécurité" }, - "version": "1.5.0~ynh2", + "version": "1.5.1~ynh1", "url": "https://cinny.in", "upstream": { "license": "MIT",