diff --git a/README.md b/README.md index 59b3b55..faa93cf 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.1.1~ynh1 +**Shipped version:** 2.1.2~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 4f1dfdd..8740612 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.1.1~ynh1 +**Version incluse :** 2.1.2~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 5f50197..96263d6 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -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_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_x86_64.tar.gz +SOURCE_SUM=955b3c1cc082d2fbd93cbe02d75d22a4698e28ad83d0d3fd6a4cd183b768b4c3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.1_linux_x86_64 +SOURCE_FILENAME=ntfy_2.1.2_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index 9f62b5f..84bfa9a 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_arm64.tar.gz -SOURCE_SUM=cd915d688d223c24850da7fd227d604a73e6f856c67ef82aff1983c6c1780ef1 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_arm64.tar.gz +SOURCE_SUM=c9b2845d590c38b8202a4a6d197665996501a46bfa13083819207ad77d4e4a24 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.1_linux_arm64 +SOURCE_FILENAME=ntfy_2.1.2_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index 8223c92..feb0a46 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_armv7.tar.gz -SOURCE_SUM=d3f65c723cb8ef08a8b2312e30c57bdf0c24a84dfb2f211944e8c6cdc72dfde0 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.2/ntfy_2.1.2_linux_armv7.tar.gz +SOURCE_SUM=69631c56c1bf6215bc206705dfdf8f357620978bcce1a9bcf425e7fe5580d90b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.1.1_linux_armv7 +SOURCE_FILENAME=ntfy_2.1.2_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 46eab9e..78cf37d 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.1~ynh1" +version = "2.1.2~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index 2e45585..20aa3c2 100644 --- a/tests.toml +++ b/tests.toml @@ -1,6 +1,6 @@ test_format = 1.0 [default] + 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" - test_upgrade_from.b0f30c0.name = "Upgrade from 2.0.1~ynh1"