diff --git a/README.md b/README.md index 5c3d2ef..c757231 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.0~ynh1 +**Shipped version:** 2.1.1~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index d2deae8..5a6cfe0 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.0~ynh1 +**Version incluse :** 2.1.1~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 8fc9b4c..5f50197 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -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_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_x86_64.tar.gz +SOURCE_SUM=1ba5b6e2911ee88b6dfcdd5e3685eb31c4a9859c9a25c714303ba54ea7ee7992 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.0_linux_x86_64 +SOURCE_FILENAME=ntfy_2.1.1_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index 6d90e68..9f62b5f 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_arm64.tar.gz -SOURCE_SUM=32040672d19a1872a2fbae884faa6212a2cb28e15b68a622201e8ee858a77e3a +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_arm64.tar.gz +SOURCE_SUM=cd915d688d223c24850da7fd227d604a73e6f856c67ef82aff1983c6c1780ef1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.0_linux_arm64 +SOURCE_FILENAME=ntfy_2.1.1_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index 9605e75..8223c92 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_armv7.tar.gz -SOURCE_SUM=5506aa3971ef1d3b58f9339892921949653c1564f99b937e8020701a584d025a +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_armv7.tar.gz +SOURCE_SUM=d3f65c723cb8ef08a8b2312e30c57bdf0c24a84dfb2f211944e8c6cdc72dfde0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.0_linux_armv7 +SOURCE_FILENAME=ntfy_2.1.1_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 95d957e..46eab9e 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.0~ynh1" +version = "2.1.1~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index a73f501..2e45585 100644 --- a/tests.toml +++ b/tests.toml @@ -1,5 +1,6 @@ test_format = 1.0 [default] + test_upgrade_from.495cd4f.name = "Upgrade from 2.1.0~ynh1" test_upgrade_from.1fa0147.name = "Upgrade from 2.0.1~ynh2" test_upgrade_from.b0f30c0.name = "Upgrade from 2.0.1~ynh1"