From 18cd4126c52684567851970333196445e38ca737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 17 Feb 2023 14:29:35 +0100 Subject: [PATCH 1/2] Update upstream app to v2.0.0 --- README.md | 2 +- README_fr.md | 2 +- check_process | 3 +-- conf/amd64.src | 4 ++-- conf/arm64.src | 6 +++--- conf/armhf.src | 6 +++--- manifest.json | 2 +- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8131ea7..2f0abcb 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:** 1.31.0~ynh1 +**Shipped version:** 2.0.0~ynh1 **Demo:** https://ntfy.sh/app ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index ba6142c..64dcde9 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 :** 1.31.0~ynh1 +**Version incluse :** 2.0.0~ynh1 **Démo :** https://ntfy.sh/app ## Avertissements / informations importantes diff --git a/check_process b/check_process index cdbac34..b8246de 100644 --- a/check_process +++ b/check_process @@ -6,8 +6,7 @@ setup_nourl=0 setup_private=0 upgrade=1 - # 1.29.1~ynh1 - upgrade=1 from_commit=4af2734d9bb32afbafd97af94507ad0e5191f996 + upgrade=1 from_commit=1.31.0-ynh1 # 1.30.1~ynh1 upgrade=1 from_commit=6d7d7082971be2626d082a117cdd613a21716f61 backup_restore=1 diff --git a/conf/amd64.src b/conf/amd64.src index 43bac0f..723ad88 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_x86_64.tar.gz +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.0/ntfy_2.0.0_linux_x86_64.tar.gz SOURCE_SUM=17fb41d037bc4193f9954be8d164eafe11657c4b3a8770deb926d2e534497fed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.31.0_linux_x86_64 +SOURCE_FILENAME=ntfy_2.0.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index ea9dbfb..338e170 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_arm64.tar.gz -SOURCE_SUM=b2c5351385bef867a1909713c199f384de643d64c255af67eeb147ad3658d1c9 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.0/ntfy_2.0.0_linux_arm64.tar.gz +SOURCE_SUM=fb5f6df4da0d4e625fa15ef1a006e63912cdcd65c3c2bbc78018bf9ea9964498 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.31.0_linux_arm64 +SOURCE_FILENAME=ntfy_2.0.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index 7ec1a72..1628e47 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_armv7.tar.gz -SOURCE_SUM=0bcd4b82577093e3e31787a964e4b6528155f45e83ef53d35cba65f8bb92de62 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.0/ntfy_2.0.0_linux_armv7.tar.gz +SOURCE_SUM=5a864d8fcc0f9faad5989463558bcee3b70b8c6ec15f0a95c348d864d8b3cf68 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.31.0_linux_armv7 +SOURCE_FILENAME=ntfy_2.0.0_linux_armv7 diff --git a/manifest.json b/manifest.json index 3fd33df..73ab09d 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "code": "https://github.com/binwiederhier/ntfy" }, "url": "https://ntfy.sh/", - "version": "1.31.0~ynh1", + "version": "2.0.0~ynh1", "license": "GPL-2.0-only", "maintainer": { "name": "Alexander Wühr", From 0600b882d0be076d29ada33bb9c8007a527490c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 17 Feb 2023 14:38:22 +0100 Subject: [PATCH 2/2] Fix sha for amd64 source - again --- conf/amd64.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/amd64.src b/conf/amd64.src index 723ad88..ec038e5 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.0.0/ntfy_2.0.0_linux_x86_64.tar.gz -SOURCE_SUM=17fb41d037bc4193f9954be8d164eafe11657c4b3a8770deb926d2e534497fed +SOURCE_SUM=3603e08929fc5e7980f7e0d198e5f5545d23957bb60c8daf6ab9bc0165549285 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true