mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
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:
parent
d6050dacc6
commit
4eea46631b
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user