diff --git a/README.md b/README.md index 87d9ce9..f5eb9ae 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an - flexible article filtering -**Shipped version:** 20230321~ynh2 +**Shipped version:** 20230406~ynh1 **Demo:** https://srv.tt-rss.org/tt-rss/ diff --git a/README_fr.md b/README_fr.md index eea23a6..a4db60e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Tiny Tiny RSS est un lecteur et agrégateur de flux de nouvelles (RSS/Atom) bas - filtrage flexible des articles -**Version incluse :** 20230321~ynh2 +**Version incluse :** 20230406~ynh1 **Démo :** https://srv.tt-rss.org/tt-rss/ diff --git a/manifest.toml b/manifest.toml index d4a086f..5027e09 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Tiny Tiny RSS" description.en = "News feed (RSS/Atom) reader and aggregator" description.fr = "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom" -version = "20230321~ynh2" +version = "20230406~ynh1" maintainers = [] @@ -40,12 +40,14 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://git-gitea.tt-rss.org/fox/tt-rss/archive/cddbf5bf5a7e2c433275a3bec089f318d4f211af.tar.gz" - sha256 = "0aedbcc2b3e34b5c015ad0668287be7069dd87e341228a4c032a29b972f89165" + url = "https://gitlab.tt-rss.org/tt-rss/tt-rss/-/archive/53bd56894dc20349fe514818e04a620c79532e87.tar.gz" + sha256 = "871ffcfc2620b10e062bd03f37326acf29872fd7850f9aa0844568ac93fa682e" - [resources.sources.data_migration] - url = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration/archive/6dac32af20dc303ea2e6e03f3a9492ee3ace6a8a.tar.gz" - sha256 = "dba5638f44820393e795e8dbf5ffdafeb061913aef245ce630ddddfbc26c32c4" + #[resources.sources.data_migration] + #url = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration/archive/6dac32af20dc303ea2e6e03f3a9492ee3ace6a8a.tar.gz" + #sha256 = "dba5638f44820393e795e8dbf5ffdafeb061913aef245ce630ddddfbc26c32c4" + #autoupdate.upstream = "https://dev.tt-rss.org/tt-rss/ttrss-data-migration" + #autoupdate.strategy = "latest_github_commit" [resources.system_user] diff --git a/scripts/install b/scripts/install index 96e94de..e0b7e2c 100644 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ ynh_script_progression --message="Setting up source files..." --weight=7 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" +#ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt" chmod -R o-rwx "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index 00271b7..2db9b12 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -61,7 +61,7 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" - ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" + #ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source_id="data_migration" echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt" fi