1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Merge pull request #15 from YunoHost-Apps/testing

Update upstream app to v2.1.1
This commit is contained in:
Alexander Wühr 2023-03-02 12:17:41 +01:00 committed by GitHub
commit 3c81439756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 12 deletions

View file

@ -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. 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.1.0~ynh1 **Shipped version:** 2.1.1~ynh1
**Demo:** https://ntfy.sh/app **Demo:** https://ntfy.sh/app
## Documentation and resources ## Documentation and resources

View file

@ -19,7 +19,7 @@ Si vous navez 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. 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.1.0~ynh1 **Version incluse :** 2.1.1~ynh1
**Démo :** https://ntfy.sh/app **Démo :** https://ntfy.sh/app
## Documentations et ressources ## Documentations et ressources

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_x86_64.tar.gz SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_x86_64.tar.gz
SOURCE_SUM=1aa913d7f92b463a22946b759f7bd527305a0f2d2ed248732e89626b9c3289ee SOURCE_SUM=1ba5b6e2911ee88b6dfcdd5e3685eb31c4a9859c9a25c714303ba54ea7ee7992
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=ntfy_2.1.0_linux_x86_64 SOURCE_FILENAME=ntfy_2.1.1_linux_x86_64

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_arm64.tar.gz SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_arm64.tar.gz
SOURCE_SUM=32040672d19a1872a2fbae884faa6212a2cb28e15b68a622201e8ee858a77e3a SOURCE_SUM=cd915d688d223c24850da7fd227d604a73e6f856c67ef82aff1983c6c1780ef1
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=ntfy_2.1.0_linux_arm64 SOURCE_FILENAME=ntfy_2.1.1_linux_arm64

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.0/ntfy_2.1.0_linux_armv7.tar.gz SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.1.1/ntfy_2.1.1_linux_armv7.tar.gz
SOURCE_SUM=5506aa3971ef1d3b58f9339892921949653c1564f99b937e8020701a584d025a SOURCE_SUM=d3f65c723cb8ef08a8b2312e30c57bdf0c24a84dfb2f211944e8c6cdc72dfde0
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=ntfy_2.1.0_linux_armv7 SOURCE_FILENAME=ntfy_2.1.1_linux_armv7

View file

@ -5,7 +5,7 @@ name = "ntfy"
description.en = "Open Source Push Notification Server" description.en = "Open Source Push Notification Server"
description.fr = "Serveur open source de notification" description.fr = "Serveur open source de notification"
version = "2.1.0~ynh1" version = "2.1.1~ynh1"
maintainers = ["Alexander Wühr"] maintainers = ["Alexander Wühr"]

View file

@ -1,5 +1,6 @@
test_format = 1.0 test_format = 1.0
[default] [default]
test_upgrade_from.495cd4f.name = "Upgrade from 2.1.0~ynh1"
test_upgrade_from.1fa0147.name = "Upgrade from 2.0.1~ynh2" test_upgrade_from.1fa0147.name = "Upgrade from 2.0.1~ynh2"
test_upgrade_from.b0f30c0.name = "Upgrade from 2.0.1~ynh1" test_upgrade_from.b0f30c0.name = "Upgrade from 2.0.1~ynh1"