8000 oh-my-posh 26.0.0 · Homebrew/homebrew-core@3063b94 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 3063b94

Browse files
BrewTestBotdaeho-ro
authored andcommitted
oh-my-posh 26.0.0
1 parent d0d0b95 commit 3063b94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/o/oh-my-posh.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class OhMyPosh < Formula
22
desc "Prompt theme engine for any shell"
33
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"
66
license "MIT"
77
head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main"
88

@@ -41,7 +41,7 @@ def install
4141
end
4242

4343
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")
4545
assert_match version.to_s, shell_output("#{bin}/oh-my-posh version")
4646
end
4747
end

0 commit comments

Comments
 (0)
0