From 938d432852f221f4027674d014fafcb66c2bebe7 Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 26 Sep 2025 07:55:53 +0000 Subject: [PATCH] =?UTF-8?q?syncthing-relaysrv:=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=81=D0=B8=D0=B8=202.0.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncthing-relaysrv/alr.sh | 2 +- syncthing/alr.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/syncthing-relaysrv/alr.sh b/syncthing-relaysrv/alr.sh index d70ae21..68dca0f 100644 --- a/syncthing-relaysrv/alr.sh +++ b/syncthing-relaysrv/alr.sh @@ -1,5 +1,5 @@ name='syncthing-relaysrv' -version='2.0.9' +version='2.0.10' release='1' desc='This is the relay server for the syncthing project.' desc_ru='Релейный сервер для проекта Syncthing.' diff --git a/syncthing/alr.sh b/syncthing/alr.sh index 5bd76d5..0b0f907 100644 --- a/syncthing/alr.sh +++ b/syncthing/alr.sh @@ -1,5 +1,5 @@ name='syncthing' -version='2.0.9' +version='2.0.10' release='1' desc='Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.' desc_ru='Syncthing — это программа для непрерывной синхронизации файлов. Она синхронизирует файлы между двумя или более компьютерами.' @@ -13,7 +13,7 @@ deps=('glibc' 'syncthing-relaysrv') deps_debian=('libc6') build_deps=('git' 'go') -sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v2.0.9/${provides}-linux-amd64-v${version}.tar.gz") +sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v2.0.10/${provides}-linux-amd64-v${version}.tar.gz") checksums_amd64=('SKIP') prepare() {