File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class OhMyPosh < Formula
2
2
desc "Prompt theme engine for any shell"
3
3
homepage "https://ohmyposh.dev"
4
- url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v25.23.3 .tar.gz"
5
- sha256 "2dc29bdd8867877cfcf48b7160cb68fe369b12d8b95f02ef623489667b95a519 "
4
+ url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v26.0.0 .tar.gz"
5
+ sha256 "30df0a49a76196cf1ee96d3a0ac19838810d828ceebb9268ce28c137939b5861 "
6
6
license "MIT"
7
7
head "https://github.com/JanDeDobbeleer/oh-my-posh.git" , branch : "main"
8
8
@@ -41,7 +41,7 @@ def install
41
41
end
42
42
43
43
test do
44
- assert_match "Oh My Posh " , shell_output ( "#{ bin } /oh-my-posh init bash" )
44
+ assert_match "init. #{ version } .default.sh " , shell_output ( "#{ bin } /oh-my-posh init bash" )
45
45
assert_match version . to_s , shell_output ( "#{ bin } /oh-my-posh version" )
46
46
end
47
47
end
You can’t perform that action at this time.
0 commit comments