diff --git a/README.md b/README.md
index 2aa23ee..e2ea631 100755
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Castopod for YunoHost
-[](https://dash.yunohost.org/appci/app/castopod)  
+[](https://dash.yunohost.org/appci/app/castopod)  
[](https://install-app.yunohost.org/?app=castopod)
*[Lire ce readme en français.](./README_fr.md)*
@@ -40,13 +40,13 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
- Multi-user: add contributors and set roles
- i18n support: translated in English, French & Polish with more to come!
-**Shipped version:** 1.0.0-94~ynh1
+**Shipped version:** 1.0.0-95~ynh1
**Demo:** https://podcast.podlibre.org/@podlibre_fr
## Screenshots
-
+
## Disclaimers / important information
@@ -65,21 +65,22 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
## Documentation and resources
-* Official app website: https://castopod.org/
-* Official admin documentation: https://docs.castopod.org/
-* Upstream app code repository: https://code.castopod.org/adaures/castopod
-* YunoHost documentation for this app: https://yunohost.org/app_castopod
-* Report a bug: https://github.com/YunoHost-Apps/castopod_ynh/issues
+* Official app website:
+* Official admin documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/castopod_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug
or
sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_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:**
diff --git a/README_fr.md b/README_fr.md
index ee24050..c3f613f 100755
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# Castopod pour YunoHost
-[](https://dash.yunohost.org/appci/app/castopod)  
+[](https://dash.yunohost.org/appci/app/castopod)  
[](https://install-app.yunohost.org/?app=castopod)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Castopod rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@@ -36,13 +40,13 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
- Multi-user: add contributors and set roles
- i18n support: translated in English, French & Polish with more to come!
-**Version incluse :** 1.0.0-94~ynh1
+**Version incluse :** 1.0.0-95~ynh1
**Démo :** https://podcast.podlibre.org/@podlibre_fr
## Captures d'écran
-
+
## Avertissements / informations importantes
@@ -61,21 +65,22 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
## Documentations et ressources
-* Site officiel de l'app : https://castopod.org/
-* Documentation officielle de l'admin : https://docs.castopod.org/
-* Dépôt de code officiel de l'app : https://code.castopod.org/adaures/castopod
-* Documentation YunoHost pour cette app : https://yunohost.org/app_castopod
-* Signaler un bug : https://github.com/YunoHost-Apps/castopod_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle de l'admin :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/castopod_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug
ou
sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_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 :**
diff --git a/conf/app.src b/conf/app.src
index 541bf41..a7eb2e9 100755
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/415923a99b78338334f679578d6a9413/castopod-1.0.0-beta.14.zip
-SOURCE_SUM=f0b82844c75c60bc231a6822bc276b51cd605d6a92e8b30dbca834fe1d5a0072
+SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/d4b960a767eadd57444da593c108b2b3/castopod-1.0.0-beta.15.zip
+SOURCE_SUM=daac1e3133b5d29c7797f742c46c691b9f0687782c67c120ae848a0c2f382ab1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index c4efb11..9ef9453 100755
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Hosting platform made for podcasters",
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
},
- "version": "1.0.0-94~ynh1",
+ "version": "1.0.0-95~ynh1",
"url": "https://castopod.org/",
"upstream": {
"license": "GPL-3.0-only",
diff --git a/scripts/_common.sh b/scripts/_common.sh
index f28995d..dde308f 100755
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -6,7 +6,7 @@
YNH_PHP_VERSION="8.0"
-pkg_dependencies="ffmpeg php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd"
+pkg_dependencies="ffmpeg php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd"
#=================================================
# PERSONAL HELPERS