File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 0.12.0" ,
3+ "description" : " Lightning Fast Kubernetes navigator - keyboard-focused TUI for managing K8s clusters" ,
4+ "homepage" : " https://github.com/janosmiko/lfk" ,
5+ "license" : " Apache-2.0" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://github.com/janosmiko/lfk/releases/download/v0.12.0/lfk_0.12.0_windows_amd64.zip" ,
9+ "hash" : " 339a590ef33be2e6bc97614a8755fa14e35b44e2ce2a2b6fa96f6955dc5571e3"
10+ },
11+ "arm64" : {
12+ "url" : " https://github.com/janosmiko/lfk/releases/download/v0.12.0/lfk_0.12.0_windows_arm64.zip" ,
13+ "hash" : " 1753dd0fe47217cbb295b4117f2f6a0cb4458f5732795eba69b69cb9fddac665"
14+ }
15+ },
16+ "env_set" : {
17+ "LFK_CONFIG_DIR" : " $persist_dir/config" ,
18+ "LFK_STATE_DIR" : " $persist_dir/state" ,
19+ "LFK_DATA_DIR" : " $persist_dir/data"
20+ },
21+ "bin" : " lfk.exe" ,
22+ "checkver" : " github" ,
23+ "autoupdate" : {
24+ "architecture" : {
25+ "64bit" : {
26+ "url" : " https://github.com/janosmiko/lfk/releases/download/v$version/lfk_$version_windows_amd64.zip"
27+ },
28+ "arm64" : {
29+ "url" : " https://github.com/janosmiko/lfk/releases/download/v$version/lfk_$version_windows_arm64.zip"
30+ }
31+ },
32+ "hash" : {
33+ "url" : " $baseurl/checksums.txt" ,
34+ "regex" : " $sha256 $basename\\ n"
35+ }
36+ }
37+ }
You can’t perform that action at this time.
0 commit comments