mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Upgrade sources
- `main` v1.27.10: https://github.com/syncthing/syncthing/releases/tag/v1.27.10
This commit is contained in:
parent
f5c1c03920
commit
78beeeba0d
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ name = "Syncthing"
|
||||||
description.en = "Continuous file synchronization program"
|
description.en = "Continuous file synchronization program"
|
||||||
description.fr = "Programme de synchronisation de fichiers en continu"
|
description.fr = "Programme de synchronisation de fichiers en continu"
|
||||||
|
|
||||||
version = "1.27.9~ynh1"
|
version = "1.27.10~ynh1"
|
||||||
|
|
||||||
maintainers = ["txmrl", "yalh76"]
|
maintainers = ["txmrl", "yalh76"]
|
||||||
|
|
||||||
|
@ -45,14 +45,14 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.9/syncthing-linux-arm64-v1.27.9.tar.gz"
|
arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-arm64-v1.27.10.tar.gz"
|
||||||
arm64.sha256 = "c511fef100acf43c0caa5de36bbe2ca617a7f0c44ee21cd1aba83609cbdf302c"
|
arm64.sha256 = "dc4a6dff2a94bde4b477c3c28fa300fba2a5e267893cd7758d4961dfeff6e31a"
|
||||||
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.9/syncthing-linux-amd64-v1.27.9.tar.gz"
|
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-amd64-v1.27.10.tar.gz"
|
||||||
amd64.sha256 = "590a3e0d85b06ac119b0b465f621a5f272d04a0de86a1b819ec0725f2a45b8fb"
|
amd64.sha256 = "c04ffbdedcd1d18ccb4a34a341a6a2b2461082f7a6f43537eb0bba860975fd60"
|
||||||
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.9/syncthing-linux-arm-v1.27.9.tar.gz"
|
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-arm-v1.27.10.tar.gz"
|
||||||
armhf.sha256 = "e66b321b33f168ca096662a765e64908277315d18ea359232d198fd72c0fd74b"
|
armhf.sha256 = "eb32041e381986e791f5748b2052b21799f39ffb2c85b7fab03edf45e2c68400"
|
||||||
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.9/syncthing-linux-386-v1.27.9.tar.gz"
|
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.10/syncthing-linux-386-v1.27.10.tar.gz"
|
||||||
i386.sha256 = "fc2e8abe5fbe7a15f575eec482da28178088f8352b5e02c9041bb460ec4a6164"
|
i386.sha256 = "bd6293f9c7b407f991a3e597e690229f09c22a9d5d033a956cf3e3412a132dc6"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.arm64 = "syncthing-linux-arm64-.*.tar.gz"
|
autoupdate.asset.arm64 = "syncthing-linux-arm64-.*.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue