From 495cd4f23bb00f37e55e17370648b778d4ccede1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 27 Feb 2023 08:45:20 +0100 Subject: [PATCH] Update upstream app to v2.1.0 --- README.md | 2 +- README_fr.md | 2 +- conf/amd64.src | 6 +++--- conf/arm64.src | 6 +++--- conf/armhf.src | 6 +++--- manifest.toml | 2 +- tests.toml | 1 + 7 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4210a0f..5c3d2ef 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.0.1~ynh2 +**Shipped version:** 2.1.0~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index d7dc808..d2deae8 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.0.1~ynh2 +**Version incluse :** 2.1.0~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 533f71e..8fc9b4c 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.1/ntfy_2.0.1_linux_x86_64.tar.gz -SOURCE_SUM=e3da79a6772e3561e7cc6927f918dbfc3a985f56bc53688ec1a4ca0dfe164fff +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_x86_64.tar.gz +SOURCE_SUM=1aa913d7f92b463a22946b759f7bd527305a0f2d2ed248732e89626b9c3289ee SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.0.1_linux_x86_64 +SOURCE_FILENAME=ntfy_2.1.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index f17db68..6d90e68 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.1/ntfy_2.0.1_linux_arm64.tar.gz -SOURCE_SUM=af00579d814537b848a424b20361e948a3ef6a014b831c20ce374b6c71d6b4f6 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_arm64.tar.gz +SOURCE_SUM=32040672d19a1872a2fbae884faa6212a2cb28e15b68a622201e8ee858a77e3a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.0.1_linux_arm64 +SOURCE_FILENAME=ntfy_2.1.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index c684601..9605e75 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.1/ntfy_2.0.1_linux_armv7.tar.gz -SOURCE_SUM=2f6c8a8ca99593d41e75ca35cbc78673647d76c5e20c08c6d7fb3d535c77e50f +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_armv7.tar.gz +SOURCE_SUM=5506aa3971ef1d3b58f9339892921949653c1564f99b937e8020701a584d025a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.0.1_linux_armv7 +SOURCE_FILENAME=ntfy_2.1.0_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 1a67283..95d957e 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.0.1~ynh2" +version = "2.1.0~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index fbb97ba..a73f501 100644 --- a/tests.toml +++ b/tests.toml @@ -1,4 +1,5 @@ test_format = 1.0 [default] + test_upgrade_from.1fa0147.name = "Upgrade from 2.0.1~ynh2" test_upgrade_from.b0f30c0.name = "Upgrade from 2.0.1~ynh1"