diff --git a/README.md b/README.md index 90cddf4..6ed2837 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.29.1~ynh1 +**Shipped version:** 1.30.1~ynh1 **Demo:** https://ntfy.sh/app ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 1803cca..08b148f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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.29.1~ynh1 +**Version incluse :** 1.30.1~ynh1 **Démo :** https://ntfy.sh/app ## Avertissements / informations importantes diff --git a/conf/amd64.src b/conf/amd64.src index 175d47f..2c22f50 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.1/ntfy_1.29.1_linux_x86_64.tar.gz -SOURCE_SUM=81f7e467c41aef9a3d78d6d0133fc8e10559715416eb121a14176e8ee2bd0ae5 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_x86_64.tar.gz +SOURCE_SUM=daf6845317adbb951c470b0d08b43b7b077ef669617934e0eddb5d719f0706e1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.29.1_linux_x86_64 +SOURCE_FILENAME=ntfy_1.30.1_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index c378161..a7f600a 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.1/ntfy_1.29.1_linux_arm64.tar.gz -SOURCE_SUM=b11b3018ca295efe269931cec9f25856f9762f2c4762531711accc8250e6b2c0 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_arm64.tar.gz +SOURCE_SUM=b602bcf05ba3e08e723f2cc40517f2d0d6fc07502fb976de5ad7a44a58dfd300 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.29.1_linux_arm64 +SOURCE_FILENAME=ntfy_1.30.1_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index bf8cdf9..b71dbec 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.29.1/ntfy_1.29.1_linux_armv7.tar.gz -SOURCE_SUM=c388fd02dca121e9759863437908a7594119e1422f92970a5a5202696caf2b06 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_armv7.tar.gz +SOURCE_SUM=66e08ddf24c59dc8a5ad7e4956508349662a6474f18ae6ac82f55a4c98c44281 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.29.1_linux_armv7 +SOURCE_FILENAME=ntfy_1.30.1_linux_armv7 diff --git a/manifest.json b/manifest.json index e54ced5..da3d92b 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "code": "https://github.com/binwiederhier/ntfy" }, "url": "https://ntfy.sh/", - "version": "1.29.1~ynh1", + "version": "1.30.1~ynh1", "license": "GPL-2.0-only", "maintainer": { "name": "Alexander Wühr",