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] 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",