Skip to content

Commit

Permalink
[email protected]: Add arm64 version (#5139)
Browse files Browse the repository at this point in the history
- Add arm64 version.
- Add hash file.
  • Loading branch information
aliesbelik authored Oct 1, 2023
1 parent 9683700 commit 7c137d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bucket/frp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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"
}
}
}

0 comments on commit 7c137d0

Please sign in to comment.