From d6634c7561b417d06045c37f953908cc7164e4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:06:12 +0200 Subject: [PATCH] fix --- conf/parameters.yml | 8 +------- manifest.toml | 6 +++--- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/conf/parameters.yml b/conf/parameters.yml index 53a428a..e92b78a 100644 --- a/conf/parameters.yml +++ b/conf/parameters.yml @@ -26,13 +26,7 @@ parameters: domain_name: https://__DOMAIN____PATH__ server_name: "Your wallabag instance" - mailer_transport: smtp - mailer_user: __APP__ - mailer_password: __MAIL_PWD__ - mailer_host: 127.0.0.1 - mailer_port: 25 - mailer_encryption: ~ - mailer_auth_mode: ~ + mailer_dsn: smtp://__APP__:__MAIL_PWD__@__DOMAIN__:25 locale: en diff --git a/manifest.toml b/manifest.toml index 5f585f4..9fa4d75 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Wallabag" description.en = "Save and classify articles. Read them later" description.fr = "Enregistrez et classez les articles. Lisez-les plus tard" -version = "2.5.4~ynh4" +version = "2.6.1~ynh1" maintainers = ["lapineige"] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.5.4/wallabag-2.5.4.tar.gz" - sha256 = "c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.1/wallabag-2.6.1.tar.gz" + sha256 = "7efb39adfa9ac0393817d96ae4432ed420d501aaba7b4116138fca2a40593ced" autoupdate.strategy = "latest_github_release" autoupdate.asset = ".*\\.tar\\.gz"