mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Update upstream app to v2.0.0
This commit is contained in:
parent
7172b5b7e4
commit
18cd4126c5
7 changed files with 12 additions and 13 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:** 1.31.0~ynh1
|
||||
**Shipped version:** 2.0.0~ynh1
|
||||
|
||||
**Demo:** https://ntfy.sh/app
|
||||
## Disclaimers / important information
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue