From 8e2bfa27e81e254a958938126fcb577ebd8a199b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Sep 2023 06:17:47 +0200 Subject: [PATCH 1/3] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 777796f..d5c110b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,8 +61,8 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_tag" [resources.sources.fr] - url = "https://github.com/ozh/YOURLS-fr_FR/archive/refs/tags/1.8.zip" - sha256 = "ef9c0e71d4559994b9df0cd0a558f6faf11eba185c4793ba0e30f3500dab1b04" + url = "https://github.com/YOURLS/YOURLS/archive/refs/tags/1.9.2.tar.gz" + sha256 = "62a95ba766d62f3305d75944cbfe12d5a90c08c88fbf2f6e67150d36412b916f" autoupdate.strategy = "latest_github_tag" [resources.system_user] From 1d19acc698025a8276beaedf433862102f193b03 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 16 Feb 2024 01:27:30 +0100 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index d5c110b..df06030 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,14 +56,15 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/YOURLS/YOURLS/archive/1.9.2.zip" - sha256 = "65e242aaf007f86d7bf8f7f2776ee814a632a783749151d043d669512c3b41cb" - autoupdate.strategy = "latest_github_tag" - - [resources.sources.fr] url = "https://github.com/YOURLS/YOURLS/archive/refs/tags/1.9.2.tar.gz" sha256 = "62a95ba766d62f3305d75944cbfe12d5a90c08c88fbf2f6e67150d36412b916f" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + + [resources.sources.fr] + url = "https://github.com/ozh/YOURLS-fr_FR/archive/refs/tags/1.8.tar.gz" + sha256 = "bfe5c62f6d71bddb4af58618d954738f7bcaea549e9198d900fb615d1a472a12" + autoupdate.strategy = "latest_github_release" + autoupdate.upstream = "https://github.com/ozh/YOURLS-fr_FR/" [resources.system_user] From d0e63299c0913f16665b27d424d3e66ce48d1327 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Feb 2024 00:27:34 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 6 +++--- README_fr.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd51de4..c6f8dc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -42,7 +42,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info @@ -57,4 +57,4 @@ or sudo yunohost app upgrade yourls -u https://github.com/YunoHost-Apps/yourls_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 3c52a15..0ea73b0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -42,7 +42,7 @@ Running your own URL shortener is fun, geeky and useful: you own your data and d * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs