From 52f8989fe54b024d25ed58076d28e0aaa9a42713 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 20 Sep 2021 22:27:30 +0200 Subject: [PATCH] 72 --- conf/app.src | 5 ++--- manifest.json | 11 ++++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/conf/app.src b/conf/app.src index e11bffa..b850b19 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,6 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/d979ccf46d8426ccdbb838d460698f7d/castopod-host-1.0.0-alpha.70.zip -SOURCE_SUM=5628536dd692893a33ac09a1e46b90f59a9303f31bf0d2b42b15102ee2f51ef5 +SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/e41f0aae05da572c98237d1ddfc823ec/castopod-host-1.0.0-alpha.72.tar.gz +SOURCE_SUM=4f7b31ddfc4e34b6a2d4c7253151c5b91c1d4fc4a4a986e2a9d510edb6e37261 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 2b776b1..3e00182 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-70~ynh1", + "version": "1.0.0-72~ynh1", "url": "https://podlibre.org/", "upstream": { "license": "GPL-3.0-only", @@ -37,13 +37,11 @@ "help": { "en": "Castopod needs to be installed in a dedicated domain or sub-domain.", "fr": "Castopod doit être installé dans un domaine ou sous-domaine dédié." - }, - "example": "podcast.example.com" + } }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public", @@ -56,8 +54,7 @@ }, { "name": "password", - "type": "password", - "example": "Choose a password" + "type": "password" } ] }