syncthing@1.27.2: Add arm64 version (#5411)

This commit is contained in:
Aliaksandr Belik 2024-01-10 18:32:51 +03:00 committed by GitHub
parent a5f7bc66a0
commit cba25db31f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,11 @@
"url": "https://github.com/syncthing/syncthing/releases/download/v1.27.2/syncthing-windows-386-v1.27.2.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v1.27.2/syncthing-windows-386-v1.27.2.zip",
"hash": "2b4f978d17a3f1658ab99e7669262c300eb52f3f7dff35915dbed0e4dc09cfa4", "hash": "2b4f978d17a3f1658ab99e7669262c300eb52f3f7dff35915dbed0e4dc09cfa4",
"extract_dir": "syncthing-windows-386-v1.27.2" "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": [ "pre_install": [
@ -43,6 +48,10 @@
"32bit": { "32bit": {
"url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-386-v$version.zip", "url": "https://github.com/syncthing/syncthing/releases/download/v$version/syncthing-windows-386-v$version.zip",
"extract_dir": "syncthing-windows-386-v$version" "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": { "hash": {