From 4e59395ca88331b770f6f251c1d425ebdd381010 Mon Sep 17 00:00:00 2001 From: houseme Date: Sat, 15 Aug 2026 00:10:10 +0000 Subject: [PATCH] chore: update sources.json to 1.0.0-rc.2-preview.1 --- sources.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sources.json b/sources.json index 3e7c348..43eaf8f 100644 --- a/sources.json +++ b/sources.json @@ -1,18 +1,18 @@ { - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2-preview.1", "downloadBase": "https://github.com/rustfs/rustfs/releases/download", "files": { "x86_64-linux": { - "name": "rustfs-linux-x86_64-musl-v1.0.0-rc.1.zip", - "sha256": "ba784c54f03ccebfb4b5efb288cb3768f9feddbe232aa462d829b22fac4f75f7" + "name": "rustfs-linux-x86_64-musl-v1.0.0-rc.2-preview.1.zip", + "sha256": "52243c6ee8b0658256d630aa105ff363b05c7fe06309c9c994f27ff7dbbcd525" }, "aarch64-linux": { - "name": "rustfs-linux-aarch64-musl-v1.0.0-rc.1.zip", - "sha256": "f211f12b72109a151907a35383671d5c479b67be7dd589049360735a6fe42861" + "name": "rustfs-linux-aarch64-musl-v1.0.0-rc.2-preview.1.zip", + "sha256": "aa2d0f2c81a12de17454f4688418c43f737c8aaf5b58343d4553b74ae568bcf2" }, "aarch64-darwin": { - "name": "rustfs-macos-aarch64-v1.0.0-rc.1.zip", - "sha256": "513937ad58842a890456887530aaa452d7c0c8850fb7079c0d955f4c4d7f6232" + "name": "rustfs-macos-aarch64-v1.0.0-rc.2-preview.1.zip", + "sha256": "d50a52d1c465b22a25b9da73d24dc09d6fae490ab3969b3a03d21f93c5daba0d" } } }