Skip to content

Commit

Permalink
easytier: Add version 2.1.1 (#14583)
Browse files Browse the repository at this point in the history
  • Loading branch information
BKLRsk authored Jan 8, 2025
1 parent 708ac17 commit ddd5060
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/easytier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "2.1.1",
"description": "A simple, decentralized mesh VPN with WireGuard support.",
"homepage": "https://github.com/EasyTier/EasyTier",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v2.1.1/easytier-windows-x86_64-v2.1.1.zip",
"hash": "e14f37663340e15d7e0b92bc9b2b8caee0ec45cbf30ffe9f764760bd73133639",
"extract_dir": "easytier-windows-x86_64"
},
"arm64": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v2.1.1/easytier-windows-arm64-v2.1.1.zip",
"hash": "e8f9ed2f10638e9431ac4f72056f96d125c2572fe87f1809f0135ce6c6f73009",
"extract_dir": "easytier-windows-arm64"
}
},
"bin": [
"easytier-cli.exe",
"easytier-core.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-x86_64-v$version.zip"
},
"arm64": {
"url": "https://github.com/EasyTier/EasyTier/releases/download/v$version/easytier-windows-arm64-v$version.zip"
}
}
}
}

0 comments on commit ddd5060

Please sign in to comment.