mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
rclone: Add arm64 (#4133)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
342ecc0985
commit
ab31ac12ca
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.60.1",
|
"version": "1.60.1",
|
||||||
"description": "Sync files and directories to and from mulitple cloud / FTP / HTTP hosters.",
|
"description": "Sync files and directories to and from multiple cloud / FTP / HTTP hosters.",
|
||||||
"homepage": "https://rclone.org",
|
"homepage": "https://rclone.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -13,6 +13,11 @@
|
|||||||
"url": "https://github.com/rclone/rclone/releases/download/v1.60.1/rclone-v1.60.1-windows-386.zip",
|
"url": "https://github.com/rclone/rclone/releases/download/v1.60.1/rclone-v1.60.1-windows-386.zip",
|
||||||
"hash": "4ac568db513a2f768797b6e0567c6158c518badf907493a7567191ac7e5daff3",
|
"hash": "4ac568db513a2f768797b6e0567c6158c518badf907493a7567191ac7e5daff3",
|
||||||
"extract_dir": "rclone-v1.60.1-windows-386"
|
"extract_dir": "rclone-v1.60.1-windows-386"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/rclone/rclone/releases/download/v1.60.1/rclone-v1.60.1-windows-arm64.zip",
|
||||||
|
"hash": "9fc2a410869d7c8ec6e01cccc1b5013b512a22982bc9675ff2f6443976f1b59b",
|
||||||
|
"extract_dir": "rclone-v1.60.1-windows-arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
@ -60,6 +65,10 @@
|
|||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-386.zip",
|
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-386.zip",
|
||||||
"extract_dir": "rclone-v$version-windows-386"
|
"extract_dir": "rclone-v$version-windows-386"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-arm64.zip",
|
||||||
|
"extract_dir": "rclone-v$version-windows-arm64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user