diff --git a/README.md b/README.md index 8ba207e..bb66da5 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-80~ynh1 +**Shipped version:** 1.0.0-1~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 6eb5047..93181ab 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-80~ynh1 +**Version incluse :** 1.0.0-1~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr diff --git a/check_process b/check_process index a1f6cf8..27cc6f1 100755 --- a/check_process +++ b/check_process @@ -13,8 +13,8 @@ setup_private=1 setup_public=1 upgrade=1 - #1.0.0 alpha.75 - upgrade=1 from_commit=c8a5545d2b1d61342d837b7608fdc64a5b71b25b + #1.0.0 alpha.80 + upgrade=1 from_commit=074aac0f8caa4597bdc34c0e9355cf898546f0df backup_restore=1 multi_instance=1 change_url=1 @@ -22,6 +22,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=c8a5545d2b1d61342d837b7608fdc64a5b71b25b - name=1.0.0 alpha.75 + ; commit=074aac0f8caa4597bdc34c0e9355cf898546f0df + name=1.0.0 alpha.80 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 6143471..e4d17ea 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/0ee7cea7e68cd518c373372edfdd5d9f/castopod-host-1.0.0-alpha.80.zip -SOURCE_SUM=30cab549e230bcd57f93df392ecff5fa8daa6545aa855195b280eed48150e43d +SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/5d272db2dd36f17a08eb79b4565d6d39/castopod-host-1.0.0-beta.1.zip +SOURCE_SUM=2f9c5596d6f4e921a6c1309c16b2e5a981fecebfa1974d319c03e00b9b5b9f31 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 995befb..e4d7bd3 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-80~ynh1", + "version": "1.0.0-1~ynh1", "url": "https://podlibre.org/", "upstream": { "license": "GPL-3.0-only",