diff --git a/README.md b/README.md index 2e8122d..88fe55b 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.3.1~ynh1 +**Shipped version:** 2.4.0~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 37787b6..39bec4c 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.3.1~ynh1 +**Version incluse :** 2.4.0~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index ff19058..33e7fa5 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -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_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_x86_64.tar.gz +SOURCE_SUM=44e97ee8a3973364af8b78972eaf16bdf72800ef973e3919c7a0e2e0bc98b85d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.3.1_linux_x86_64 +SOURCE_FILENAME=ntfy_2.4.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index 929b3e8..5c60664 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_arm64.tar.gz -SOURCE_SUM=85cdf786d6debff23cb1c32a41ed6f1fc9338f48dfcdcd7d24ab3ca242d8a6af +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_arm64.tar.gz +SOURCE_SUM=1f1b1ec17e024c751260c70df98df0cd4b677c22bc65339fcedca8ee8137f9ae SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.3.1_linux_arm64 +SOURCE_FILENAME=ntfy_2.4.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index 05c9535..9095365 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_armv7.tar.gz -SOURCE_SUM=8e6080e921cac5f6985237fc58ca6b0bc2b42d9ae7240c3e1a4d986b998cb2c4 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.4.0/ntfy_2.4.0_linux_armv7.tar.gz +SOURCE_SUM=44db5bb97295a801eaadfbefb6a8b20b65192060f52366114675ead0c1ee86cb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.3.1_linux_armv7 +SOURCE_FILENAME=ntfy_2.4.0_linux_armv7 diff --git a/manifest.toml b/manifest.toml index 52de640..9f4a5a6 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.3.1~ynh1" +version = "2.4.0~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index 933f891..fd8583b 100644 --- a/tests.toml +++ b/tests.toml @@ -1,6 +1,6 @@ test_format = 1.0 [default] + test_upgrade_from.ef0ecfc.name = "Upgrade from 2.3.1~ynh1" 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"