mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 02:01:26 +00:00
frp@0.51.3: Add arm64 version (#5139)
- Add arm64 version. - Add hash file.
This commit is contained in:
parent
968370029f
commit
7c137d0d7c
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user