diff --git a/README.md b/README.md index 3afdf73..ceee8ec 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Hosting platform made for podcasters -**Shipped version:** 1.0.0-89~ynh1 +**Shipped version:** 1.0.0-90~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr @@ -44,7 +44,7 @@ Hosting platform made for podcasters * Official app website: https://castopod.org/ * Official admin documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/ -* Upstream app code repository: https://code.podlibre.org/podlibre/castopod-host +* 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 diff --git a/README_fr.md b/README_fr.md index da07aea..262c0d5 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'hébergement conçue pour les podcasteurs -**Version incluse :** 1.0.0-89~ynh1 +**Version incluse :** 1.0.0-90~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr @@ -40,7 +40,7 @@ Plateforme d'hébergement conçue pour les podcasteurs * Site officiel de l'app : https://castopod.org/ * Documentation officielle de l'admin : https://podlibre.org/create-a-podcast-in-3mn-with-castopod/ -* Dépôt de code officiel de l'app : https://code.podlibre.org/podlibre/castopod-host +* 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 diff --git a/conf/app.src b/conf/app.src index 4490f2d..250b1bd 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/cc1a284a4df42232388b0818c03acf9e/castopod-1.0.0-beta.9.zip -SOURCE_SUM=97aaa4b1059740548143c2fba5a4d7d53e42b898066809eec66c3f4a80f69b2b +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/3fbe7cde14836a992e8f32581c5a58e2/castopod-1.0.0-beta.10.zip +SOURCE_SUM=273bc3bb072896d6ce8ae9ebcf0dd0bdd0c488b4cd23ce35d2228143e30e9997 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/cron b/conf/cron index 935daa6..991a6e9 100644 --- a/conf/cron +++ b/conf/cron @@ -1,2 +1,3 @@ * * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities -* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips \ No newline at end of file +* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips +* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-websub-publish \ No newline at end of file diff --git a/manifest.json b/manifest.json index 6d70ab9..5b13afc 100755 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,14 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-89~ynh1", + "version": "1.0.0-90~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", "website": "https://castopod.org/", "demo": "https://podcast.podlibre.org/@podlibre_fr", "admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/", - "code": "https://code.podlibre.org/podlibre/castopod-host" + "code": "https://code.castopod.org/adaures/castopod" }, "license": "GPL-3.0-only", "maintainer": {