File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
class Lima < Formula
2
2
desc "Linux virtual machines"
3
3
homepage "https://github.com/lima-vm/lima"
4
- url "https://github.com/lima-vm/lima/archive/v0.6.4 .tar.gz"
5
- sha256 "3795568924c0c5eabbc6528b457a0c120383717a7f5c9a64252f032070da5afd "
4
+ url "https://github.com/lima-vm/lima/archive/v0.7.1 .tar.gz"
5
+ sha256 "635d03bde3a8e592350394d45f06b9bdea1dffe747b5a9739711d6e937f2faab "
6
6
license "Apache-2.0"
7
7
8
8
bottle do
@@ -22,9 +22,13 @@ def install
22
22
bin . install Dir [ "_output/bin/*" ]
23
23
share . install Dir [ "_output/share/*" ]
24
24
25
- # Install bash completion
25
+ # Install shell completions
26
26
output = Utils . safe_popen_read ( "#{ bin } /limactl" , "completion" , "bash" )
27
27
( bash_completion /"limactl" ) . write output
28
+ output = Utils . safe_popen_read ( "#{ bin } /limactl" , "completion" , "zsh" )
29
+ ( zsh_completion /"_limactl" ) . write output
30
+ output = Utils . safe_popen_read ( "#{ bin } /limactl" , "completion" , "fish" )
31
+ ( fish_completion /"limactl.fish" ) . write output
28
32
end
29
33
30
34
test do
You can’t perform that action at this time.
0 commit comments