mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
syncthing@1.27.2: Add arm64 version (#5411)
This commit is contained in:
parent
a5f7bc66a0
commit
cba25db31f
@ -14,6 +14,11 @@
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v1.27.2/syncthing-windows-386-v1.27.2.zip",
|
||||
"hash": "2b4f978d17a3f1658ab99e7669262c300eb52f3f7dff35915dbed0e4dc09cfa4",
|
||||
"extract_dir": "syncthing-windows-386-v1.27.2"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v1.27.2/syncthing-windows-arm64-v1.27.2.zip",
|
||||
"hash": "fbdad60b4161d6fa6f02613cf1c19ce2603821feb0de7c5c209917fba17378f3",
|
||||
"extract_dir": "syncthing-windows-arm64-v1.27.2"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
@ -43,6 +48,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-386-v$version.zip",
|
||||
"extract_dir": "syncthing-windows-386-v$version"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-arm64-v$version.zip",
|
||||
"extract_dir": "syncthing-windows-arm64-v$version"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user