mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Merge pull request #91 from YunoHost-Apps/ci-auto-update-0.13.0
Upgrade to v0.13.0
This commit is contained in:
commit
9e00826304
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...
|
||||
|
||||
|
||||
**Shipped version:** 0.12.2~ynh1
|
||||
**Shipped version:** 0.13.0~ynh1
|
||||
|
||||
**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...
|
||||
|
||||
|
||||
**Version incluse :** 0.12.2~ynh1
|
||||
**Version incluse :** 0.13.0~ynh1
|
||||
|
||||
**Démo :** https://demo.shaarli.org/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Shaarli"
|
|||
description.en = "Save, sort, synchronize and share web addresses"
|
||||
description.fr = "Sauvegarder, trier, synchroniser et partager des adresses web"
|
||||
|
||||
version = "0.12.2~ynh2"
|
||||
version = "0.13.0~ynh1"
|
||||
|
||||
maintainers = ["Lapineige"]
|
||||
|
||||
|
@ -27,6 +27,7 @@ sso = false
|
|||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
|
@ -56,8 +57,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/shaarli/Shaarli/releases/download/v0.12.2/shaarli-v0.12.2-full.tar.gz"
|
||||
sha256 = "7c2077b1de493012a77d8e9bd926715f1576f5520eff86a239bc96d2df80fd1d"
|
||||
url = "https://github.com/shaarli/Shaarli/releases/download/v0.13.0/shaarli-v0.13.0-full.tar.gz"
|
||||
sha256 = "fa2162736594677b7188344d46e9739f2980dea32a628bde3d778fe113161548"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue