diff --git a/README.md b/README.md index 8c10b54..bdbd828 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.5.0~ynh1 +**Shipped version:** 2.6.1~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index cd7f01b..62e04d8 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.5.0~ynh1 +**Version incluse :** 2.6.1~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 67131bf..9b7c3d8 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_x86_64.tar.gz -SOURCE_SUM=1d78246b30bd4af793528fc7e439aad081d53fb855c513b3439789904e6e044c +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.1/ntfy_2.6.1_linux_x86_64.tar.gz +SOURCE_SUM=ca3801b31a86ccdae086e898d375c9929f0dfe0b42c402933dfda2fd2a148238 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.5.0_linux_x86_64 +SOURCE_FILENAME=ntfy_2.6.1_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index cb1d82f..8488011 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_arm64.tar.gz -SOURCE_SUM=cad0afc286d42b4dffb17d261779aad72c6d2fdd6914f50f0d7f15d578471454 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.1/ntfy_2.6.1_linux_arm64.tar.gz +SOURCE_SUM=15bd2e375e9b6f7ee653eff370d3709d3cc722eb8719620edc44c67bb9e93068 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.5.0_linux_arm64 +SOURCE_FILENAME=ntfy_2.6.1_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index e965da8..50ad639 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.5.0/ntfy_2.5.0_linux_armv7.tar.gz -SOURCE_SUM=7166e660e92211c94bc3b376642d027dd05ece2996798ef603a3e96cfe40e115 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.1/ntfy_2.6.1_linux_armv7.tar.gz +SOURCE_SUM=80b9ab0939c48b815be8cae48b68bca075b843d5a4c5462eeba550ca8fc22a78 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.5.0_linux_armv7 +SOURCE_FILENAME=ntfy_2.6.1_linux_armv7 diff --git a/manifest.toml b/manifest.toml index ca71918..fc2b498 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.5.0~ynh1" +version = "2.6.1~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index 38a7336..8c326e6 100644 --- a/tests.toml +++ b/tests.toml @@ -1,6 +1,6 @@ test_format = 1.0 [default] + test_upgrade_from.e89c0fb.name = "Upgrade from 2.5.0~ynh1" test_upgrade_from.5b729db.name = "Upgrade from 2.4.0~ynh1" test_upgrade_from.ef0ecfc.name = "Upgrade from 2.3.1~ynh1" - test_upgrade_from.2f539cd.name = "Upgrade from 2.2.0~ynh1"