From d07eed686739da391d2c240aadbcdaafb69622bd Mon Sep 17 00:00:00 2001 From: houseme Date: Fri, 21 Aug 2026 00:11:23 +0000 Subject: [PATCH] chore: update sources.json to 1.0.0-rc.3-preview.1 --- sources.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sources.json b/sources.json index 3e7c348..a843117 100644 --- a/sources.json +++ b/sources.json @@ -1,18 +1,18 @@ { - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.3-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.3-preview.1.zip", + "sha256": "3d08e47d96dd3c2d7e286c50f9d08666495963792dc47f21af91e13f52c03b3f" }, "aarch64-linux": { - "name": "rustfs-linux-aarch64-musl-v1.0.0-rc.1.zip", - "sha256": "f211f12b72109a151907a35383671d5c479b67be7dd589049360735a6fe42861" + "name": "rustfs-linux-aarch64-musl-v1.0.0-rc.3-preview.1.zip", + "sha256": "8012daeaa5712afd521616c2f7e01aaa8857f1c4375b0d289bd61e37a4f7afad" }, "aarch64-darwin": { - "name": "rustfs-macos-aarch64-v1.0.0-rc.1.zip", - "sha256": "513937ad58842a890456887530aaa452d7c0c8850fb7079c0d955f4c4d7f6232" + "name": "rustfs-macos-aarch64-v1.0.0-rc.3-preview.1.zip", + "sha256": "dab9da1eacb9dde07cb7debe8721be440f5d01d4fc4c87304d2d8685f8ac9580" } } }