From 3bca6943cc12fa78173d848068a4dca8707d82eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Thu, 18 May 2023 21:44:29 +0200 Subject: [PATCH] Update upstream to v2.5.0 --- README.md | 2 +- README_fr.md | 2 +- conf/amd64.src | 6 +++--- conf/arm64.src | 6 +++--- conf/armhf.src | 6 +++--- manifest.toml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 88fe55b..8c10b54 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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:** 2.4.0~ynh1 +**Shipped version:** 2.5.0~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 39bec4c..cd7f01b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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 :** 2.4.0~ynh1 +**Version incluse :** 2.5.0~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 33e7fa5..67131bf 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_x86_64.tar.gz -SOURCE_SUM=44e97ee8a3973364af8b78972eaf16bdf72800ef973e3919c7a0e2e0bc98b85d +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_x86_64.tar.gz +SOURCE_SUM=1d78246b30bd4af793528fc7e439aad081d53fb855c513b3439789904e6e044c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.4.0_linux_x86_64 +SOURCE_FILENAME=ntfy_2.5.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index 5c60664..cb1d82f 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_arm64.tar.gz -SOURCE_SUM=1f1b1ec17e024c751260c70df98df0cd4b677c22bc65339fcedca8ee8137f9ae +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_arm64.tar.gz +SOURCE_SUM=cad0afc286d42b4dffb17d261779aad72c6d2fdd6914f50f0d7f15d578471454 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.4.0_linux_arm64 +SOURCE_FILENAME=ntfy_2.5.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index 9095365..e965da8 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_armv7.tar.gz -SOURCE_SUM=44db5bb97295a801eaadfbefb6a8b20b65192060f52366114675ead0c1ee86cb +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_armv7.tar.gz +SOURCE_SUM=7166e660e92211c94bc3b376642d027dd05ece2996798ef603a3e96cfe40e115 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.4.0_linux_armv7 +SOURCE_FILENAME=ntfy_2.5.0_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 9f4a5a6..ca71918 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.4.0~ynh1" +version = "2.5.0~ynh1" maintainers = ["Alexander Wühr"]