diff --git a/README.md b/README.md index 7be17e1..fc135d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. -**Shipped version:** 14.2.0~ynh1 +**Shipped version:** 14.3.0~ynh1 **Demo:** https://piwigo.org/demo @@ -47,4 +47,4 @@ or sudo yunohost app upgrade piwigo -u https://github.com/YunoHost-Apps/piwigo_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index f4c30a8..2df7486 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Piwigo est un logiciel de galerie photo pour le web, construit par une communauté active d'utilisateurs et de développeurs. Des extensions rendent Piwigo facilement personnalisable. -**Version incluse :** 14.2.0~ynh1 +**Version incluse :** 14.3.0~ynh1 **Démo :** https://piwigo.org/demo diff --git a/manifest.toml b/manifest.toml index c690f5c..7b172e8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "piwigo" @@ -5,7 +7,7 @@ name = "Piwigo" description.en = "Open source photo gallery for the web" description.fr = "Galerie de photos open source pour le web" -version = "14.2.0~ynh1" +version = "14.3.0~ynh2" maintainers = ["JimboJoe"] @@ -22,7 +24,6 @@ architectures = "all" multi_instance = true ldap = true - sso = true disk = "50M" @@ -56,21 +57,21 @@ ram.runtime = "50M" [resources] [resources.sources] - [resources.sources.ldap_plugin] - url = "https://piwigo.org/ext/download.php?rid=7036" - sha256 = "3c22652f6c0653aaeebe239435796748ee57612ad44e8e5f2553277545d36e5e" - format = "zip" + [resources.sources.ldap_plugin] + url = "https://piwigo.org/ext/download.php?rid=7036" + sha256 = "3c22652f6c0653aaeebe239435796748ee57612ad44e8e5f2553277545d36e5e" + format = "zip" - [resources.sources.main] - url = "https://piwigo.org/download/dlcounter.php?code=14.2.0" - sha256 = "a172be9caf2931733cf180fe8640df83e3f0049ed18c7c7a6a76636a5afa6810" - format = "zip" + [resources.sources.main] + url = "https://piwigo.org/download/dlcounter.php?code=14.3.0" + sha256 = "ab1d329afbb092ef74534bc09f56ef75a81d26443383e6ae47fe9801808552ef" + format = "zip" - [resources.sources.log_failed_logins_plugin] - url = "http://piwigo.org/ext/download.php?rid=5525" - sha256 = "85b9a06f2c7ca8ae9698e6151c7631f519c945f696b02da72f9ff53243d7e4ca" - in_subdir = false - format = "zip" + [resources.sources.log_failed_logins_plugin] + url = "http://piwigo.org/ext/download.php?rid=5525" + sha256 = "85b9a06f2c7ca8ae9698e6151c7631f519c945f696b02da72f9ff53243d7e4ca" + in_subdir = false + format = "zip" [resources.system_user] allow_email = true @@ -83,7 +84,16 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, imagemagick, php8.2-gd, php8.2-imagick, php8.2-xml, php8.2-mbstring, php8.2-mysqli, php8.2-ldap" + packages = [ + "mariadb-server", + "imagemagick", + "php8.2-gd", + "php8.2-imagick", + "php8.2-xml", + "php8.2-mbstring", + "php8.2-mysqli", + "php8.2-ldap", + ] [resources.database] type = "mysql" diff --git a/tests.toml b/tests.toml index bd576ee..d56778a 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default]