dufs@0.38.0: Add arm64 & 32bit (#5268)

* dufs: Add arm64 & 32bit versions

* hashes

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
Aliaksandr Belik 2023-11-29 16:01:06 +03:00 committed by GitHub
parent d6050dacc6
commit 4eea46631b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,14 @@
"64bit": { "64bit": {
"url": "https://github.com/sigoden/dufs/releases/download/v0.38.0/dufs-v0.38.0-x86_64-pc-windows-msvc.zip", "url": "https://github.com/sigoden/dufs/releases/download/v0.38.0/dufs-v0.38.0-x86_64-pc-windows-msvc.zip",
"hash": "5c54ed32b6fcfdcaff2380d107fa32fd40bb07e1fd950bdcb9a9a395c20e760a" "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", "bin": "dufs.exe",
@ -15,6 +23,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/sigoden/dufs/releases/download/v$version/dufs-v$version-x86_64-pc-windows-msvc.zip" "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"
} }
} }
} }