diff --git a/README.md b/README.md index faa93cf..5ff8cf4 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.1.2~ynh1 +**Shipped version:** 2.2.0~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 8740612..78a2487 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.1.2~ynh1 +**Version incluse :** 2.2.0~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 96263d6..999825c 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_x86_64.tar.gz -SOURCE_SUM=955b3c1cc082d2fbd93cbe02d75d22a4698e28ad83d0d3fd6a4cd183b768b4c3 +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_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.2_linux_x86_64 +SOURCE_FILENAME=ntfy_2.2.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index 84bfa9a..ff1f57e 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_arm64.tar.gz -SOURCE_SUM=c9b2845d590c38b8202a4a6d197665996501a46bfa13083819207ad77d4e4a24 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_arm64.tar.gz +SOURCE_SUM=693648c12b2981c244d4f3ce39e4ae8b876d5a504d730232e48290f1ab4b94a7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.2_linux_arm64 +SOURCE_FILENAME=ntfy_2.2.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index feb0a46..e408b5c 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_armv7.tar.gz -SOURCE_SUM=69631c56c1bf6215bc206705dfdf8f357620978bcce1a9bcf425e7fe5580d90b +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv7.tar.gz +SOURCE_SUM=2290457e8769730f4919a718478f13b37f34aa689fb4363bb9177d30822180b1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.2_linux_armv7 +SOURCE_FILENAME=ntfy_2.2.0_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 78cf37d..8bc6948 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.1.2~ynh1" +version = "2.2.0~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index 20aa3c2..04e395f 100644 --- a/tests.toml +++ b/tests.toml @@ -1,6 +1,6 @@ test_format = 1.0 [default] + 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" - test_upgrade_from.1fa0147.name = "Upgrade from 2.0.1~ynh2"