frp@0.51.3: Add arm64 version (#5139)

- Add arm64 version.
- Add hash file.
This commit is contained in:
Aliaksandr Belik 2023-10-01 16:37:06 +03:00 committed by GitHub
parent 968370029f
commit 7c137d0d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,11 @@
"url": "https://github.com/fatedier/frp/releases/download/v0.51.3/frp_0.51.3_windows_386.zip",
"hash": "d1d9b02741e5d8742853665aad6a36a74a977fb82108b894712008db8d170276",
"extract_dir": "frp_0.51.3_windows_386"
},
"arm64": {
"url": "https://github.com/fatedier/frp/releases/download/v0.51.3/frp_0.51.3_windows_arm64.zip",
"hash": "4cafe6451efd64e50a28f2533055b1f68fc59426838214d20341acba515b0eb5",
"extract_dir": "frp_0.51.3_windows_arm64"
}
},
"bin": [
@ -35,7 +40,14 @@
"32bit": {
"url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_386.zip",
"extract_dir": "frp_$version_windows_386"
},
"arm64": {
"url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_arm64.zip",
"extract_dir": "frp_$version_windows_arm64"
}
},
"hash": {
"url": "$baseurl/frp_sha256_checksums.txt"
}
}
}