From 0b302ca88e82413e1f61e38deadcca53f23bf568 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:05:02 -0500 Subject: [PATCH] =?UTF-8?q?updater-syncthing-2.0.10=20=E2=80=94=20syncthin?= =?UTF-8?q?g=20=E2=86=92=202.0.10=20(#12972)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add unbuilt syncthing to updater-syncthing-2.0.10 * updater-syncthing-2.0.10: Build Run on linux/arm/v7. * updater-syncthing-2.0.10: Build Run on linux/386. * updater-syncthing-2.0.10: Build Run on linux/amd64. * updater-syncthing-2.0.10: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/s/syncthing.filelist | 2 +- manifest/i686/s/syncthing.filelist | 2 +- manifest/x86_64/s/syncthing.filelist | 2 +- packages/syncthing.rb | 11 ++++++----- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/manifest/armv7l/s/syncthing.filelist b/manifest/armv7l/s/syncthing.filelist index c8f61208c..770f45153 100644 --- a/manifest/armv7l/s/syncthing.filelist +++ b/manifest/armv7l/s/syncthing.filelist @@ -1,4 +1,4 @@ -# Total size: 7163190 +# Total size: 24772838 /usr/local/bin/syncthing /usr/local/bin/syncthing-bin /usr/local/share/man/man1/stdiscosrv.1.zst diff --git a/manifest/i686/s/syncthing.filelist b/manifest/i686/s/syncthing.filelist index 7f96d98d0..da73080ac 100644 --- a/manifest/i686/s/syncthing.filelist +++ b/manifest/i686/s/syncthing.filelist @@ -1,4 +1,4 @@ -# Total size: 7970838 +# Total size: 25102242 /usr/local/bin/syncthing /usr/local/bin/syncthing-bin /usr/local/share/man/man1/stdiscosrv.1.zst diff --git a/manifest/x86_64/s/syncthing.filelist b/manifest/x86_64/s/syncthing.filelist index 63bad22da..69e74c079 100644 --- a/manifest/x86_64/s/syncthing.filelist +++ b/manifest/x86_64/s/syncthing.filelist @@ -1,4 +1,4 @@ -# Total size: 8484098 +# Total size: 26264914 /usr/local/bin/syncthing /usr/local/bin/syncthing-bin /usr/local/share/man/man1/stdiscosrv.1.zst diff --git a/packages/syncthing.rb b/packages/syncthing.rb index 4d156ca7d..f32d1112f 100644 --- a/packages/syncthing.rb +++ b/packages/syncthing.rb @@ -3,7 +3,7 @@ require 'package' class Syncthing < Package description 'An application that lets you synchronize your files across multiple devices' homepage 'https://github.com/syncthing/syncthing' - version '1.27.8' + version '2.0.10' license 'Apache-2.0, BSD, BSD-2, ISC, MIT, MPL-2.0 and Unlicense' compatibility 'all' source_url 'https://github.com/syncthing/syncthing.git' @@ -11,12 +11,13 @@ class Syncthing < Package binary_compression 'tar.zst' binary_sha256({ - aarch64: '1865ca5f24ce62e6383b1c07092948770808b7649d2cb32dc1b58c3d037f49e7', - armv7l: '1865ca5f24ce62e6383b1c07092948770808b7649d2cb32dc1b58c3d037f49e7', - i686: 'a7c249d41db77937937f0b54cc5d4fe8b9479d42ed3d3d0036befc4082649c5a', - x86_64: '80a0daafb672e7f98987e1c18c2d4f7886e08d00e994fd12196833179e829143' + aarch64: 'eb0aed238f1aafb62a887f8cc0292f9115d0cdf4b1074b11aaedca05a94968e1', + armv7l: 'eb0aed238f1aafb62a887f8cc0292f9115d0cdf4b1074b11aaedca05a94968e1', + i686: 'a3b568e2a662f3c750313345cbb74c89f5833b50caeb3eb8e2c2a98043caad41', + x86_64: '928fc020ccab7ea2844b631d8f6e74919d84e76cdfe9a5ee30b9976838f16069' }) + depends_on 'glibc' # R depends_on 'go' => :build def self.build