From d69a5249ade5a699eb867cc7371ba77d461ccc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Sun, 2 Jul 2023 21:09:51 +0200 Subject: [PATCH 1/2] Update upstream to v2.6.2 --- README.md | 2 +- README_fr.md | 2 +- conf/amd64.src | 6 +++--- conf/arm64.src | 6 +++--- conf/armhf.src | 6 +++--- manifest.toml | 2 +- tests.toml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bdbd828..0a51613 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.6.1~ynh1 +**Shipped version:** 2.6.2~ynh1 **Demo:** https://ntfy.sh/app ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 62e04d8..0120bd4 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.6.1~ynh1 +**Version incluse :** 2.6.2~ynh1 **Démo :** https://ntfy.sh/app ## Documentations et ressources diff --git a/conf/amd64.src b/conf/amd64.src index 9b7c3d8..87afc76 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -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_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_x86_64.tar.gz +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.6.1_linux_x86_64 +SOURCE_FILENAME=ntfy_2.6.2_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index 8488011..17ed9f9 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.1/ntfy_2.6.1_linux_arm64.tar.gz -SOURCE_SUM=15bd2e375e9b6f7ee653eff370d3709d3cc722eb8719620edc44c67bb9e93068 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_arm64.tar.gz +SOURCE_SUM=fc5b20d587798567a419934196ede635ccdac04fbac94d6de06ffc0efb1d5a59 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.6.1_linux_arm64 +SOURCE_FILENAME=ntfy_2.6.2_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index 50ad639..d3aaa04 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.1/ntfy_2.6.1_linux_armv7.tar.gz -SOURCE_SUM=80b9ab0939c48b815be8cae48b68bca075b843d5a4c5462eeba550ca8fc22a78 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_armv7.tar.gz +SOURCE_SUM=72f2477de6e325bd91ed18edf8e4229bfa68ded2d6089d7b0202c3ea0a67d815 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.6.1_linux_armv7 +SOURCE_FILENAME=ntfy_2.6.2_linux_armv7 diff --git a/manifest.toml b/manifest.toml index fc2b498..ae3bbd0 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.6.1~ynh1" +version = "2.6.2~ynh1" maintainers = ["Alexander Wühr"] diff --git a/tests.toml b/tests.toml index 8c326e6..3db58ef 100644 --- a/tests.toml +++ b/tests.toml @@ -1,6 +1,6 @@ test_format = 1.0 [default] + test_upgrade_from.c1e589c.name = "Upgrade from 2.6.1~ynh1" 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" From 727dfd98afc763522e8ac7ba2a056960edaf00db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 3 Jul 2023 09:06:36 +0200 Subject: [PATCH 2/2] Fix download url for amd64 --- conf/amd64.src | 6 +++--- tools/update_src.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 87afc76..f62f9c4 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_x86_64.tar.gz -SOURCE_SUM= +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_amd64.tar.gz +SOURCE_SUM=c8a23c5ecb4fd58549bb18524fd3990f032f17e5adef97dcea0633b40d700816 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_2.6.2_linux_x86_64 +SOURCE_FILENAME=ntfy_2.6.2_linux_amd64 diff --git a/tools/update_src.sh b/tools/update_src.sh index dad7c1b..f123c9a 100644 --- a/tools/update_src.sh +++ b/tools/update_src.sh @@ -15,6 +15,6 @@ SOURCE_FILENAME=ntfy_${VERSION}_linux_${2} SH } -src amd64 x86_64 +src amd64 amd64 src arm64 arm64 src armhf armv7