mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
tproxy@0.7.0: Add arm64 architecture (#4436)
This commit is contained in:
parent
a4aa675663
commit
d7df5317f4
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kevwan/tproxy/releases/download/v0.7.0/tproxy-v0.7.0-windows-amd64.zip",
|
"url": "https://github.com/kevwan/tproxy/releases/download/v0.7.0/tproxy-v0.7.0-windows-amd64.zip",
|
||||||
"hash": "md5:344c7d5d289a692bed32d4722a683a40"
|
"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",
|
"bin": "tproxy.exe",
|
||||||
@ -15,6 +19,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
|
"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": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user