diff --git a/README.md b/README.md index 66335a4..5f4861f 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-75~ynh1 +**Shipped version:** 1.0.0-76~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 836c14c..c2036f0 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-75~ynh1 +**Version incluse :** 1.0.0-76~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr diff --git a/check_process b/check_process index 95f551d..4763159 100755 --- a/check_process +++ b/check_process @@ -15,6 +15,8 @@ upgrade=1 #1.0.0 alpha.64 upgrade=1 from_commit=8ae9bec1e274f8764ad0a5db5297542c3274d999 + #1.0.0 alpha.75 + upgrade=1 from_commit=c8a5545d2b1d61342d837b7608fdc64a5b71b25b backup_restore=1 multi_instance=1 change_url=1 @@ -24,4 +26,6 @@ Notification=none ;;; Upgrade options ; commit=8ae9bec1e274f8764ad0a5db5297542c3274d999 name=1.0.0 alpha.64 + ; commit=c8a5545d2b1d61342d837b7608fdc64a5b71b25b + name=1.0.0 alpha.75 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass& diff --git a/conf/app.src b/conf/app.src index ef11171..8a081c2 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/82e8d058b23fc70a64d1deaac32af68c/castopod-host-1.0.0-alpha.75.zip -SOURCE_SUM=e5ad64e72a5b9c3e6260ca9d8eb1fa6a6e8b7115aec79882cf608faeb97609b4 +SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/d55c14c57d8ab40911bdd53bd7e8c2a5/castopod-host-1.0.0-alpha.76.zip +SOURCE_SUM=5f28f6cc1b8bf1b49f7238de7916b18f7e7a880235397dc5dfb17cec897ad9d5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 06471b0..d19e3ba 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-75~ynh1", + "version": "1.0.0-76~ynh1", "url": "https://podlibre.org/", "upstream": { "license": "GPL-3.0-only",