diff --git a/README.md b/README.md index d45354a..50cc9cd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. 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.9.0~ynh1 +**Shipped version:** 2.10.0~ynh1 **Demo:** ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 541ed62..6b5774e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. ntfy (prononcer : *notify*) est un simple service de notification pub-sub basé sur HTTP. Il vous permet d'envoyer des notifications sur votre téléphone ou votre ordinateur via des scripts depuis n'importe quel ordinateur, sans inscription, sans frais ni configuration. Il est également open source si vous souhaitez exécuter le vôtre. -**Version incluse :** 2.9.0~ynh1 +**Version incluse :** 2.10.0~ynh1 **Démo :** ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index ba8f3c8..9d65c61 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. 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. -**Versión proporcionada:** 2.9.0~ynh1 +**Versión proporcionada:** 2.10.0~ynh1 **Demo:** ## Documentación e recursos diff --git a/README_it.md b/README_it.md index 9ab1e79..65ec74d 100644 --- a/README_it.md +++ b/README_it.md @@ -19,7 +19,7 @@ NON DEVE essere modificato manualmente. 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. -**Versione pubblicata:** 2.9.0~ynh1 +**Versione pubblicata:** 2.10.0~ynh1 **Prova:** ## Documentazione e risorse diff --git a/manifest.toml b/manifest.toml index 9418b7f..1a18d4a 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.9.0~ynh1" +version = "2.10.0~ynh1" maintainers = ["Alexander Wühr"] @@ -50,14 +50,14 @@ autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz' autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz' autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz' -amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_amd64.tar.gz" -amd64.sha256 = "f34915b1630f2ef1a6a5db63517425a83c086722ddc5f81a310276e96d056fdb" +amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_amd64.tar.gz" +amd64.sha256 = "e1457da40e879b6945036ba4bd5193cd78ab8f59d23588fbc1382bdb19f2d8e1" -arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_arm64.tar.gz" -arm64.sha256 = "d74e473dfcf93012680ff38dca313141759efe353c8d837976e023dae6cc3f49" +arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_arm64.tar.gz" +arm64.sha256 = "44628c3df627c60ff607ee5881b5fa8d1ad3013b487d9f9004270c38ea7835fc" -armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_armv7.tar.gz" -armhf.sha256 = "5857d284b22f917c769f189bdf32cfd92685a54f6d36e3b8da5f6af64e1f2d71" +armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_armv7.tar.gz" +armhf.sha256 = "00fa98e9b45ffb3383f9466e5b60b732092a7f0bcdfc420dad615b36732d2b1a" [resources.system_user] diff --git a/tests.toml b/tests.toml index 72ac355..ef2c2c2 100644 --- a/tests.toml +++ b/tests.toml @@ -9,4 +9,5 @@ exclude = "install.private" # Commits to test upgrade from # ------------------------------- +test_upgrade_from.2c90a35.name = "Upgrade from 2.9.0~ynh1" test_upgrade_from.dbdb3bb.name = "Upgrade from 2.8.0~ynh1"