diff --git a/README.md b/README.md index e35bb8c..7eee080 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ 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) - [![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)* @@ -19,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:** 2.2.0~ynh1 +**Shipped version:** 2.3.1~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 75fb9ca..3b975c8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,7 +6,6 @@ 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) - [![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)* @@ -19,7 +18,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.2.0~ynh1 +**Version incluse :** 2.3.1~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 999825c..ff19058 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_x86_64.tar.gz -SOURCE_SUM=8d3c9c004990865266214b37bf8d23cceae8c5526be322b2b98665949943c1c8 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_x86_64.tar.gz +SOURCE_SUM=2045a1281b352d7293fe3a5a436aae56debd72ec662dd380908c4a35ad9aa9d3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.2.0_linux_x86_64 +SOURCE_FILENAME=ntfy_2.3.1_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index ff1f57e..929b3e8 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_arm64.tar.gz -SOURCE_SUM=693648c12b2981c244d4f3ce39e4ae8b876d5a504d730232e48290f1ab4b94a7 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_arm64.tar.gz +SOURCE_SUM=85cdf786d6debff23cb1c32a41ed6f1fc9338f48dfcdcd7d24ab3ca242d8a6af SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.2.0_linux_arm64 +SOURCE_FILENAME=ntfy_2.3.1_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index e408b5c..05c9535 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv7.tar.gz -SOURCE_SUM=2290457e8769730f4919a718478f13b37f34aa689fb4363bb9177d30822180b1 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_armv7.tar.gz +SOURCE_SUM=8e6080e921cac5f6985237fc58ca6b0bc2b42d9ae7240c3e1a4d986b998cb2c4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.2.0_linux_armv7 +SOURCE_FILENAME=ntfy_2.3.1_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 8bc6948..1c7b323 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.2.0~ynh1" +version = "2.3.1~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index 04e395f..933f891 100644 --- a/tests.toml +++ b/tests.toml @@ -1,6 +1,6 @@ test_format = 1.0 [default] + test_upgrade_from.2f539cd.name = "Upgrade from 2.2.0~ynh1" test_upgrade_from.812108e.name = "Upgrade from 2.1.2~ynh1" test_upgrade_from.86639a1.name = "Upgrade from 2.1.1~ynh1" - test_upgrade_from.495cd4f.name = "Upgrade from 2.1.0~ynh1"