Skip to content

Commit

Permalink
kubevpn: Add version 2.2.17 (#13924)
Browse files Browse the repository at this point in the history
* kubevpn: Add version 2.2.17
* Update bucket/kubevpn.json
* fix: end file with newline

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
  • Loading branch information
wencaiwulue and aliesbelik committed Sep 6, 2024
1 parent 9bdc061 commit 34afd54
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/kubevpn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "2.2.17",
"description": "KubeVPN offers a Cloud Native Dev Environment that connects to kubernetes cluster network.",
"homepage": "https://www.kubevpn.cn/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.2.17/kubevpn_v2.2.17_windows_amd64.zip",
"hash": "4513683410566628f39c2f423e066c4903bb7b3abd7a80a1ba6115e8cc65115d"
},
"32bit": {
"url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.2.17/kubevpn_v2.2.17_windows_386.zip",
"hash": "2050af3cd8e1e2a717a7f74610d881bad2bbae6d8ff4e7670c5c5ef2a95c8e9b"
},
"arm64": {
"url": "https://github.com/kubenetworks/kubevpn/releases/download/v2.2.17/kubevpn_v2.2.17_windows_arm64.zip",
"hash": "cce520fe2d44761d2ca679fbfaa886909d5664f8c3199aca8b06e75868b2bdc6"
}
},
"extract_dir": "bin",
"bin": "kubevpn.exe",
"shortcuts": [
[
"kubevpn.exe",
"kubevpn"
]
],
"checkver": {
"github": "https://github.com/kubenetworks/kubevpn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubenetworks/kubevpn/releases/download/v$version/kubevpn_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/kubenetworks/kubevpn/releases/download/v$version/kubevpn_v$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/kubenetworks/kubevpn/releases/download/v$version/kubevpn_v$version_windows_arm64.zip"
}
}
}
}

0 comments on commit 34afd54

Please sign in to comment.