tproxy@0.7.0: Add arm64 architecture (#4436)

This commit is contained in:
Aliaksandr Belik 2023-02-10 11:38:39 +03:00 committed by GitHub
parent a4aa675663
commit d7df5317f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
"64bit": {
"url": "https://github.com/kevwan/tproxy/releases/download/v0.7.0/tproxy-v0.7.0-windows-amd64.zip",
"hash": "md5:344c7d5d289a692bed32d4722a683a40"
},
"arm64": {
"url": "https://github.com/kevwan/tproxy/releases/download/v0.7.0/tproxy-v0.7.0-windows-arm64.zip",
"hash": "md5:5d84dd9e554dbd6d1f1a50bfddc706f2"
}
},
"bin": "tproxy.exe",
@ -15,6 +19,9 @@
"architecture": {
"64bit": {
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-arm64.zip"
}
},
"hash": {