mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Testing | 0.13 (#93)
* Upgrade to v0.13.0 * Auto-update README * Update manifest.toml * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: ericgaspar <junk.eg@free.fr> Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
1b8e1d0a76
commit
4aa063558b
3 changed files with 6 additions and 5 deletions
|
@ -31,7 +31,7 @@ Shaarli is a minimalist bookmark manager and link sharing service that you can i
|
||||||
- feed other blogs, aggregators, social networks...
|
- feed other blogs, aggregators, social networks...
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.12.2~ynh2
|
**Shipped version:** 0.13.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.shaarli.org/
|
**Demo:** https://demo.shaarli.org/
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Shaarli est un gestionnaire de favoris minimaliste et un service de partage de l
|
||||||
- alimenter d'autres blogs, agrégateurs, réseaux sociaux...
|
- alimenter d'autres blogs, agrégateurs, réseaux sociaux...
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.12.2~ynh2
|
**Version incluse :** 0.13.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.shaarli.org/
|
**Démo :** https://demo.shaarli.org/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Shaarli"
|
||||||
description.en = "Save, sort, synchronize and share web addresses"
|
description.en = "Save, sort, synchronize and share web addresses"
|
||||||
description.fr = "Sauvegarder, trier, synchroniser et partager des adresses web"
|
description.fr = "Sauvegarder, trier, synchroniser et partager des adresses web"
|
||||||
|
|
||||||
version = "0.12.2~ynh2"
|
version = "0.13.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Lapineige"]
|
maintainers = ["Lapineige"]
|
||||||
|
|
||||||
|
@ -27,6 +27,7 @@ sso = false
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
@ -56,8 +57,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/shaarli/Shaarli/releases/download/v0.12.2/shaarli-v0.12.2-full.tar.gz"
|
url = "https://github.com/shaarli/Shaarli/releases/download/v0.13.0/shaarli-v0.13.0-full.tar.gz"
|
||||||
sha256 = "7c2077b1de493012a77d8e9bd926715f1576f5520eff86a239bc96d2df80fd1d"
|
sha256 = "fa2162736594677b7188344d46e9739f2980dea32a628bde3d778fe113161548"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue