mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Merge pull request #18 from YunoHost-Apps/testing
Update upstream app to v2.3.1
This commit is contained in:
commit
62e1acbcab
7 changed files with 14 additions and 14 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.2.0~ynh1
|
||||
**Shipped version:** 2.3.1~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.2.0~ynh1
|
||||
**Version incluse :** 2.3.1~ynh1
|
||||
|
||||
**Démo :** https://ntfy.sh/app
|
||||
## Documentations et ressources
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_x86_64.tar.gz
|
||||
SOURCE_SUM=8d3c9c004990865266214b37bf8d23cceae8c5526be322b2b98665949943c1c8
|
||||
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_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=ntfy_2.2.0_linux_x86_64
|
||||
SOURCE_FILENAME=ntfy_2.3.1_linux_x86_64
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_arm64.tar.gz
|
||||
SOURCE_SUM=693648c12b2981c244d4f3ce39e4ae8b876d5a504d730232e48290f1ab4b94a7
|
||||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_arm64.tar.gz
|
||||
SOURCE_SUM=85cdf786d6debff23cb1c32a41ed6f1fc9338f48dfcdcd7d24ab3ca242d8a6af
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=ntfy_2.2.0_linux_arm64
|
||||
SOURCE_FILENAME=ntfy_2.3.1_linux_arm64
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.2.0/ntfy_2.2.0_linux_armv7.tar.gz
|
||||
SOURCE_SUM=2290457e8769730f4919a718478f13b37f34aa689fb4363bb9177d30822180b1
|
||||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.3.1/ntfy_2.3.1_linux_armv7.tar.gz
|
||||
SOURCE_SUM=8e6080e921cac5f6985237fc58ca6b0bc2b42d9ae7240c3e1a4d986b998cb2c4
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=ntfy_2.2.0_linux_armv7
|
||||
SOURCE_FILENAME=ntfy_2.3.1_linux_armv7
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "ntfy"
|
|||
description.en = "Open Source Push Notification Server"
|
||||
description.fr = "Serveur open source de notification"
|
||||
|
||||
version = "2.2.0~ynh1"
|
||||
version = "2.3.1~ynh1"
|
||||
|
||||
maintainers = ["Alexander Wühr"]
|
||||
|
||||
|
@ -19,7 +19,7 @@ code = "https://github.com/binwiederhier/ntfy"
|
|||
fund = "https://liberapay.com/ntfy"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11"
|
||||
yunohost = ">= 11.1.17"
|
||||
architectures = ["amd64", "arm64", "armhf"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
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"
|
||||
test_upgrade_from.495cd4f.name = "Upgrade from 2.1.0~ynh1"
|
||||
|
|
Loading…
Reference in a new issue