From 43f9eded1f2ce2690deda272c438b799aa57f9e9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Dec 2023 17:18:24 +0100 Subject: [PATCH] Upgrade to v1.27.1 --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index fc8ba06..3014954 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Syncthing" description.en = "Continuous file synchronization program" description.fr = "Programme de synchronisation de fichiers en continu" -version = "1.27.0~ynh1" +version = "1.27.1~ynh1" maintainers = ["txmrl", "yalh76"] @@ -45,14 +45,14 @@ ram.runtime = "50M" [resources] [resources.sources.main] - arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.0/syncthing-linux-arm64-v1.27.0.tar.gz" - arm64.sha256 = "d44a3a8f6d9982a082756223b533daaed19cbb6e4448210738c47aa7e55a515b" - amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.0/syncthing-linux-amd64-v1.27.0.tar.gz" - amd64.sha256 = "5173233bf9404cbd00091359e019a46b3d6c77eeff35b6119b4824a69917aee5" - armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.0/syncthing-linux-arm-v1.27.0.tar.gz" - armhf.sha256 = "0b04f1eaabeb5cfddbfae81cd1e73194a805f2115cb5e917143ee43a1632c3f4" - i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.0/syncthing-linux-386-v1.27.0.tar.gz" - i386.sha256 = "835f4fbcd499a49c235164f3f98c9887b78f5566465389ce1d607695b693b739" + arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.1/syncthing-linux-arm64-v1.27.1.tar.gz" + arm64.sha256 = "39cddfea24e31b339e321bc2011ce2984efc4ca8b093f713ec2ab94145ae3131" + amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.1/syncthing-linux-amd64-v1.27.1.tar.gz" + amd64.sha256 = "43c5983b9e79c88bbf8971bcf6ee9aedaf11c2c9da3b953d1a806c3c7381ed8a" + armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.1/syncthing-linux-arm-v1.27.1.tar.gz" + armhf.sha256 = "bce93c587b3d3b94563b5ff901c3e177cdcfb9e1297997a733f5508c524c7932" + i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.27.1/syncthing-linux-386-v1.27.1.tar.gz" + i386.sha256 = "f8287589e10a36516b51e258ff37beaf795d145a0c12a7cf94bf2e6099d83a79" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "syncthing-linux-arm64-.*.tar.gz"