mirror of
https://github.com/YunoHost-Apps/cesium_ynh.git
synced 2024-09-03 18:06:25 +02:00
Merge pull request #40 from YunoHost-Apps/ci-auto-update-1.7.13
Upgrade to v1.7.13
This commit is contained in:
commit
de988c549d
3 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
It allows you to manage your wallet, certify your friends, and more!
|
It allows you to manage your wallet, certify your friends, and more!
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.7.10~ynh1
|
**Shipped version:** 1.7.13~ynh1
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://cesium.app>
|
* Official app website: <https://cesium.app>
|
||||||
|
|
|
@ -20,7 +20,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
It allows you to manage your wallet, certify your friends, and more!
|
It allows you to manage your wallet, certify your friends, and more!
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.7.10~ynh1
|
**Version incluse :** 1.7.13~ynh1
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://cesium.app>
|
* Site officiel de l’app : <https://cesium.app>
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Cesium"
|
||||||
description.en = "Duniter client to manage wallets, certifications in a libre money"
|
description.en = "Duniter client to manage wallets, certifications in a libre money"
|
||||||
description.fr = "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre"
|
description.fr = "Client Duniter pour gérer ses portes-monnaie, les certifications au sein d’une monnaie libre"
|
||||||
|
|
||||||
version = "1.7.10~ynh1"
|
version = "1.7.13~ynh1"
|
||||||
|
|
||||||
maintainers = ["Moul"]
|
maintainers = ["Moul"]
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@ website = "https://cesium.app"
|
||||||
code = "https://github.com/duniter/cesium"
|
code = "https://github.com/duniter/cesium"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 4.3.0"
|
yunohost = ">= 11.2.0"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
disk = "50M"
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "50M"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/duniter/cesium/releases/download/v1.7.10/cesium-v1.7.10-web.zip"
|
url = "https://github.com/duniter/cesium/releases/download/v1.7.13/cesium-v1.7.13-web.zip"
|
||||||
sha256 = "28fa6d8a94d72e1984d80b6b241ae94928a92b18a400c497fb499c3425adb164"
|
sha256 = "12df5710345eb84883aa8430199d8ac184baf9776902503526da50d3e68ddb6b"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
Loading…
Add table
Reference in a new issue