1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

Fix 1.25 on manifestv2

This commit is contained in:
Salamandar 2023-11-04 16:04:44 +01:00
parent c49be6e55d
commit 150b16e14a

View file

@ -5,7 +5,7 @@ name = "Syncthing"
description.en = "Continuous file synchronization program"
description.fr = "Programme de synchronisation de fichiers en continu"
version = "1.24.0~ynh1"
version = "1.25.0~ynh1"
maintainers = ["txmrl", "yalh76"]
@ -42,14 +42,14 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.24.0/syncthing-linux-arm64-v1.24.0.tar.gz"
arm64.sha256 = "e1e3de74b72794c1708e965a625dca04706745676148e0fa77fee2bbddfa49dd"
amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.24.0/syncthing-linux-amd64-v1.24.0.tar.gz"
amd64.sha256 = "b6e514d61f9be7d516483762e91e10c1644427e35d88c79edb64cbc6256e1036"
armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.24.0/syncthing-linux-arm-v1.24.0.tar.gz"
armhf.sha256 = "43060bdd6e0d3028749a505dfec2389730f30c7881ebbb76932d8a6f70558d68"
i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.24.0/syncthing-linux-386-v1.24.0.tar.gz"
i386.sha256 = "2a7a76bf499188226f0a74b35bb2a6e217dad025348c00dc79a7246cbd13ce28"
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"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "syncthing-linux-arm64-*.tar.gz"