mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Update and fix auto update
This commit is contained in:
parent
c9ae1a254c
commit
c8bdff94f7
1 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@ name = "Element"
|
|||
description.en = "Web client for Matrix"
|
||||
description.fr = "Client web pour Matrix"
|
||||
|
||||
version = "1.11.51~ynh1"
|
||||
version = "1.11.58~ynh1"
|
||||
|
||||
maintainers = ["Josué Tille"]
|
||||
|
||||
|
@ -14,7 +14,7 @@ license = "Apache-2.0"
|
|||
website = "https://element.io"
|
||||
demo = "https://app.element.io/"
|
||||
admindoc = "https://element.io/help"
|
||||
code = "https://github.com/vector-im/element-web/"
|
||||
code = "https://github.com/element-hq/element-web"
|
||||
cpe = "cpe:2.3:a:matrix:element"
|
||||
|
||||
[integration]
|
||||
|
@ -56,9 +56,10 @@ ram.runtime = "0M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/vector-im/element-web/releases/download/v1.11.51/element-v1.11.51.tar.gz"
|
||||
sha256 = "8566c53b22e6a63a2876d76d52a1cd6e3f121ce1404e0d187b54c09656226128"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
url = "https://github.com/element-hq/element-web/releases/download/v1.11.58/element-v1.11.58.tar.gz"
|
||||
sha256 = "89bde68e908d73bc08e9b0fa2af5c66ce4dbb764a35b3c80efdc97abb8825fea"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "^element-v.*.tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue