From 8287f2b129519a861b1d0fc4367cc2ca76b9e243 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 6 Nov 2025 16:46:08 +0000 Subject: [PATCH] pnpm: update to stable version 10.20.0 --- syncthing/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing/alr.sh b/syncthing/alr.sh index 59a3837..f2e128c 100644 --- a/syncthing/alr.sh +++ b/syncthing/alr.sh @@ -1,5 +1,5 @@ name='syncthing' -version='2.0.11-rc.1' +version='2.0.11' 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.11-rc.1/${provides}-linux-amd64-v${version}.tar.gz") +sources_amd64=("https://github.com/${provides}/${provides}/releases/download/v2.0.11/${provides}-linux-amd64-v${version}.tar.gz") checksums_amd64=('SKIP') prepare() {