From 749540be5e47909f2869f6c3e8399295da32979c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:37:47 +0200 Subject: [PATCH] update to upstream --- conf/app.src | 4 ++-- conf/config.php | 2 +- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 20a0e38..7c3cd18 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/8ef816d8f8ee964d5ce54e28e1f2686caf9176fd.tar.gz -SOURCE_SUM=1e33e78d2ed58259b34fd7eb8d97d803a3e57aeecd3504d635af96a600b77296 +SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/b148d2f5153f9711120b3a3ac50ee84509c9cdfb.tar.gz +SOURCE_SUM=09bbaf3164d86b888bd9a206fb3f678718f855dd38d134f22db11c05b0669d5f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.php b/conf/config.php index a3c291b..8e7d554 100644 --- a/conf/config.php +++ b/conf/config.php @@ -19,7 +19,7 @@ // *** Basic settings (important!) *** // *********************************** - putenv('TTRSS_SELF_URL_PATH=__DOMAIN_PATH__'); + putenv('TTRSS_SELF_URL_PATH=https://__DOMAIN_PATH__'); // Full URL of your tt-rss installation. This should be set to the // location of tt-rss directory, e.g. http://example.org/tt-rss/ // You need to set this option correctly otherwise several features diff --git a/manifest.json b/manifest.json index e419830..5b7ce0b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "News feed (RSS/Atom) reader and aggregator", "fr": "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom" }, - "version": "20220606~ynh1", + "version": "20220626~ynh1", "url": "http://tt-rss.org", "upstream": { "license": "GPL-3.0-only",