From 9ca0fddfd2d947a8f082fcc5954975b44b59483e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Wed, 15 Feb 2023 16:48:16 +0100 Subject: [PATCH 1/3] Update upstream app to v1.31.0 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/amd64.src | 4 ++-- conf/arm64.src | 6 +++--- conf/armhf.src | 6 +++--- manifest.json | 2 +- 7 files changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6ed2837..be02384 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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:** 1.30.1~ynh1 +**Shipped version:** 1.31.0~ynh1 **Demo:** https://ntfy.sh/app ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 08b148f..1df1664 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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. -**Version incluse :** 1.30.1~ynh1 +**Version incluse :** 1.31.0~ynh1 **Démo :** https://ntfy.sh/app ## Avertissements / informations importantes diff --git a/check_process b/check_process index 1d015f6..cdbac34 100644 --- a/check_process +++ b/check_process @@ -6,6 +6,10 @@ setup_nourl=0 setup_private=0 upgrade=1 + # 1.29.1~ynh1 + upgrade=1 from_commit=4af2734d9bb32afbafd97af94507ad0e5191f996 + # 1.30.1~ynh1 + upgrade=1 from_commit=6d7d7082971be2626d082a117cdd613a21716f61 backup_restore=1 multi_instance=1 port_already_use=0 diff --git a/conf/amd64.src b/conf/amd64.src index 2c22f50..eda0205 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_x86_64.tar.gz +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_x86_64.tar.gz SOURCE_SUM=daf6845317adbb951c470b0d08b43b7b077ef669617934e0eddb5d719f0706e1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.30.1_linux_x86_64 +SOURCE_FILENAME=ntfy_1.31.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index a7f600a..ea9dbfb 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_arm64.tar.gz -SOURCE_SUM=b602bcf05ba3e08e723f2cc40517f2d0d6fc07502fb976de5ad7a44a58dfd300 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_arm64.tar.gz +SOURCE_SUM=b2c5351385bef867a1909713c199f384de643d64c255af67eeb147ad3658d1c9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.30.1_linux_arm64 +SOURCE_FILENAME=ntfy_1.31.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index b71dbec..7ec1a72 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_armv7.tar.gz -SOURCE_SUM=66e08ddf24c59dc8a5ad7e4956508349662a6474f18ae6ac82f55a4c98c44281 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_armv7.tar.gz +SOURCE_SUM=0bcd4b82577093e3e31787a964e4b6528155f45e83ef53d35cba65f8bb92de62 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.30.1_linux_armv7 +SOURCE_FILENAME=ntfy_1.31.0_linux_armv7 diff --git a/manifest.json b/manifest.json index da3d92b..3fd33df 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "code": "https://github.com/binwiederhier/ntfy" }, "url": "https://ntfy.sh/", - "version": "1.30.1~ynh1", + "version": "1.31.0~ynh1", "license": "GPL-2.0-only", "maintainer": { "name": "Alexander Wühr", From 1bc593f07f3900db0651128d31ba47c782eb0835 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 Feb 2023 15:48:24 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 3 ++- README_fr.md | 17 +++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index be02384..8131ea7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # ntfy for YunoHost -[![Integration level](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Working status](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Working status](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) + [![Install ntfy with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ntfy) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 1df1664..ba6142c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,16 @@ It shall NOT be edited by hand. # ntfy pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) + [![Installer ntfy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ntfy) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer ntfy rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer ntfy rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble 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. @@ -36,10 +37,10 @@ The configuration file is located at `/var/www//server.yml`. ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -55,4 +56,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 :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From 7172b5b7e476e68bb4f004c2ebebb0294e80f58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Wed, 15 Feb 2023 16:56:38 +0100 Subject: [PATCH 3/3] Fix sha for amd64 source --- conf/amd64.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/amd64.src b/conf/amd64.src index eda0205..43bac0f 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_x86_64.tar.gz -SOURCE_SUM=daf6845317adbb951c470b0d08b43b7b077ef669617934e0eddb5d719f0706e1 +SOURCE_SUM=17fb41d037bc4193f9954be8d164eafe11657c4b3a8770deb926d2e534497fed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true