From 2c90a35e8e7581bdd6ab07cd055f77ae8510c0b6 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 19 Mar 2024 08:44:55 +0100 Subject: [PATCH] Upgrade to v2.9.0 (#36) * Upgrade to v2.9.0 https://github.com/binwiederhier/ntfy/releases/tag/v2.9.0 * Auto-update README --- README.md | 19 +++++++++---------- README_fr.md | 21 ++++++++++----------- manifest.toml | 14 +++++++------- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index c491a97..f6982de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,18 +18,17 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ntfy (pronounce: *notify*) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own. +**Shipped version:** 2.9.0~ynh1 -**Shipped version:** 2.8.0~ynh2 - -**Demo:** https://ntfy.sh/app +**Demo:** ## Documentation and resources -* Official app website: -* Official user documentation: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 03579b6..cd0de96 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -17,18 +17,17 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble ntfy (prononcer : *notify*) est un simple service de notification pub-sub basé sur HTTP. Il vous permet d'envoyer des notifications sur votre téléphone ou votre ordinateur via des scripts depuis n'importe quel ordinateur, sans inscription, sans frais ni configuration. Il est également open source si vous souhaitez exécuter le vôtre. +**Version incluse :** 2.9.0~ynh1 -**Version incluse :** 2.8.0~ynh2 - -**Démo :** https://ntfy.sh/app +**Démo :** ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle utilisateur : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -42,4 +41,4 @@ ou sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index c21e57d..9418b7f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ntfy" description.en = "Open Source Push Notification Server" description.fr = "Serveur open source de notification" -version = "2.8.0~ynh2" +version = "2.9.0~ynh1" maintainers = ["Alexander Wühr"] @@ -50,14 +50,14 @@ autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz' autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz' autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz' -amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_amd64.tar.gz" -amd64.sha256 = "7158312a9f6e49daf94355e63a8fa73e04f3c2d5defc2bba0cbf3e35fdf7bf9a" +amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_amd64.tar.gz" +amd64.sha256 = "f34915b1630f2ef1a6a5db63517425a83c086722ddc5f81a310276e96d056fdb" -arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_arm64.tar.gz" -arm64.sha256 = "918d0a81355288ef60e8ef0d0587630f069c5c75909a12d6abbdb2e1628dbc52" +arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_arm64.tar.gz" +arm64.sha256 = "d74e473dfcf93012680ff38dca313141759efe353c8d837976e023dae6cc3f49" -armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_armv7.tar.gz" -armhf.sha256 = "bf63f969b64889158bb0daa2f55f2e3356516a0c4ff2f57d0392a0c7df0abefc" +armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_armv7.tar.gz" +armhf.sha256 = "5857d284b22f917c769f189bdf32cfd92685a54f6d36e3b8da5f6af64e1f2d71" [resources.system_user]