From 4af2734d9bb32afbafd97af94507ad0e5191f996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Wed, 30 Nov 2022 09:09:56 +0100 Subject: [PATCH] Update upstream app to v1.29.1 --- README.md | 2 +- README_fr.md | 2 +- conf/amd64.src | 6 +++--- conf/arm64.src | 6 +++--- conf/armhf.src | 6 +++--- manifest.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3ed3067..90cddf4 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.29.0~ynh1 +**Shipped version:** 1.29.1~ynh1 **Demo:** https://ntfy.sh/app ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 2a57ab1..1803cca 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.29.0~ynh1 +**Version incluse :** 1.29.1~ynh1 **Démo :** https://ntfy.sh/app ## Avertissements / informations importantes diff --git a/conf/amd64.src b/conf/amd64.src index e952765..175d47f 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.0/ntfy_1.29.0_linux_x86_64.tar.gz -SOURCE_SUM=1ab0d2d976a189e8e91a7b294ea5c606b56dc116b4595e2b55dba1649c97658e +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.1/ntfy_1.29.1_linux_x86_64.tar.gz +SOURCE_SUM=81f7e467c41aef9a3d78d6d0133fc8e10559715416eb121a14176e8ee2bd0ae5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.29.0_linux_x86_64 +SOURCE_FILENAME=ntfy_1.29.1_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index ded2c37..c378161 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.0/ntfy_1.29.0_linux_arm64.tar.gz -SOURCE_SUM=ff597f783da2e6ff5beddd6c124ff52c08a00862b816014e0467f2620f1e85e9 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.1/ntfy_1.29.1_linux_arm64.tar.gz +SOURCE_SUM=b11b3018ca295efe269931cec9f25856f9762f2c4762531711accc8250e6b2c0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.29.0_linux_arm64 +SOURCE_FILENAME=ntfy_1.29.1_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index cde3e03..f22431d 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.0/ntfy_1.29.0_linux_arm7.tar.gz -SOURCE_SUM=951eb49ac7dc0eec4f64fbce5e487ca35f22e8824ae93937cf2182ecb029f012 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.1/ntfy_1.29.1_linux_arm7.tar.gz +SOURCE_SUM=c388fd02dca121e9759863437908a7594119e1422f92970a5a5202696caf2b06 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.29.0_linux_arm7 +SOURCE_FILENAME=ntfy_1.29.1_linux_arm7 diff --git a/manifest.json b/manifest.json index 6890218..e54ced5 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "code": "https://github.com/binwiederhier/ntfy" }, "url": "https://ntfy.sh/", - "version": "1.29.0~ynh1", + "version": "1.29.1~ynh1", "license": "GPL-2.0-only", "maintainer": { "name": "Alexander Wühr",