mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Update manifest.toml
This commit is contained in:
parent
10054ee94e
commit
7d0a9e69fd
1 changed files with 12 additions and 9 deletions
|
@ -5,7 +5,7 @@ name = "Syncthing"
|
|||
description.en = "Continuous file synchronization program"
|
||||
description.fr = "Programme de synchronisation de fichiers en continu"
|
||||
|
||||
version = "1.25.0~ynh2"
|
||||
version = "1.26.0~ynh1"
|
||||
|
||||
maintainers = ["txmrl", "yalh76"]
|
||||
|
||||
|
@ -19,8 +19,11 @@ code = "https://github.com/syncthing/syncthing"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = true
|
||||
|
||||
sso = true
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "1200M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -42,14 +45,14 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.25.0/syncthing-linux-arm64-v1.25.0.tar.gz"
|
||||
arm64.sha256 = "c65c731e9e9f1ddb58b757bde925e83077edb6b08152cc5c0138c0fba2a07470"
|
||||
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.25.0/syncthing-linux-amd64-v1.25.0.tar.gz"
|
||||
amd64.sha256 = "c16d62bc54659c27728b3501786240a06e29dd553204fd01b2968cad0bb03e4e"
|
||||
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.25.0/syncthing-linux-arm-v1.25.0.tar.gz"
|
||||
armhf.sha256 = "1b56b165a036fca6785319a60640a1f5fb8fe2965ee7f545be7ed360db4fb6d6"
|
||||
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.25.0/syncthing-linux-386-v1.25.0.tar.gz"
|
||||
i386.sha256 = "03e492075e306827ea29082aa81b792d5b0d522954d6c9690c44524206755fdd"
|
||||
arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-arm64-v1.26.0.tar.gz"
|
||||
arm64.sha256 = "90041a4e9dd600ed072bcd8877c6af4ede64b7346df0d420f6742b849dd24f81"
|
||||
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-amd64-v1.26.0.tar.gz"
|
||||
amd64.sha256 = "fb8d2f97d1e3403ee0bf5cfe2258ab360a7d5778eb0b9e1e9984da6ce260cd83"
|
||||
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-arm-v1.26.0.tar.gz"
|
||||
armhf.sha256 = "9474715e81edd880abe085c0bb9f25ebce144ffcca45e7d22db3410dc1cc084a"
|
||||
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.0/syncthing-linux-386-v1.26.0.tar.gz"
|
||||
i386.sha256 = "e578ed996ef783f7b44871e7252ebea930452cd00cf154431009678016dc292b"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.arm64 = "syncthing-linux-arm64-*.tar.gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue