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 diff --git a/manifest.toml b/manifest.toml index 88a4b94..141d482 100644 --- a/manifest.toml +++ b/manifest.toml @@ -59,14 +59,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" + url = "https://github.com/YOURLS/YOURLS/archive/refs/tags/1.9.2.tar.gz" + sha256 = "62a95ba766d62f3305d75944cbfe12d5a90c08c88fbf2f6e67150d36412b916f" + autoupdate.strategy = "latest_github_release" [resources.sources.fr] - url = "https://github.com/ozh/YOURLS-fr_FR/archive/refs/tags/1.8.zip" - sha256 = "ef9c0e71d4559994b9df0cd0a558f6faf11eba185c4793ba0e30f3500dab1b04" - autoupdate.strategy = "latest_github_tag" + 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]