mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Update upstream to v2.4.0
This commit is contained in:
parent
ba80bb7c75
commit
b1d0e7e03e
6 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue