From 4eea46631bcab85fd7dea8330955b8c3e5d0aab5 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:01:06 +0300 Subject: [PATCH] dufs@0.38.0: Add arm64 & 32bit (#5268) * dufs: Add arm64 & 32bit versions * hashes --------- Co-authored-by: HUMORCE --- bucket/dufs.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bucket/dufs.json b/bucket/dufs.json index 09473ff4c6..b7c5a78bf4 100644 --- a/bucket/dufs.json +++ b/bucket/dufs.json @@ -7,6 +7,14 @@ "64bit": { "url": "https://github.com/sigoden/dufs/releases/download/v0.38.0/dufs-v0.38.0-x86_64-pc-windows-msvc.zip", "hash": "5c54ed32b6fcfdcaff2380d107fa32fd40bb07e1fd950bdcb9a9a395c20e760a" + }, + "32bit": { + "url": "https://github.com/sigoden/dufs/releases/download/v0.38.0/dufs-v0.38.0-i686-pc-windows-msvc.zip", + "hash": "76b1f59a09134379f7cc23dfb2c81eefb9ea82e393c190a46b06eb3d3b50d3c9" + }, + "arm64": { + "url": "https://github.com/sigoden/dufs/releases/download/v0.38.0/dufs-v0.38.0-aarch64-pc-windows-msvc.zip", + "hash": "bc3263e459717f21152881fae876641a31c1a2241ec5470ddd355c0e54a17f48" } }, "bin": "dufs.exe", @@ -15,6 +23,12 @@ "architecture": { "64bit": { "url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-x86_64-pc-windows-msvc.zip" + }, + "32bit": { + "url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-i686-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-aarch64-pc-windows-msvc.zip" } } }