diff --git a/README.md b/README.md index c928e92..f78798f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. -**Shipped version:** 1.26.0~ynh1 +**Shipped version:** 1.26.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1f16ca1..50200a5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Syncthing est un programme de synchronisation continue de fichiers. Il synchronise les fichiers entre deux ou plusieurs ordinateurs en temps réel, en toute sécurité à l'abri des regards indiscrets. Vos données sont vos seules données et vous méritez de choisir où elles sont stockées, si elles sont partagées avec un tiers et comment elles sont transmises sur Internet. -**Version incluse :** 1.26.0~ynh1 +**Version incluse :** 1.26.1~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 6f8e117..5da0b01 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.26.0~ynh1" +version = "1.26.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.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" + arm64.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-arm64-v1.26.1.tar.gz" + arm64.sha256 = "3b0642ddf550f6ab72fb450508ca201b041601e4d651581c9db60b5a183904de" + amd64.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-amd64-v1.26.1.tar.gz" + amd64.sha256 = "71f79ea13938657a75e258eb1cccdec360819117060f5feabef467df625f963e" + armhf.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-arm-v1.26.1.tar.gz" + armhf.sha256 = "cf87364cec99ea1a5c05290d9f6c9c9a8557f31eba7ff4ceeb062f33f0ee1905" + i386.url = "https://github.com/syncthing/syncthing/releases/download/v1.26.1/syncthing-linux-386-v1.26.1.tar.gz" + i386.sha256 = "3f8273d67c526c09272b131774478c67b63615fdd572cb9e3320ad3cb3a9fc79" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "syncthing-linux-arm64-.*.tar.gz"