Skip to content

Commit 618ca61

Browse files
authored
Merge pull request #217366 from Homebrew/bump-oh-my-posh-25.9.0
oh-my-posh 25.9.0
2 parents 1f6d116 + af74f14 commit 618ca61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/oh-my-posh.rb

Lines changed: 8 additions & 8 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.8.0.tar.gz"
5-
sha256 "5ad0162e551d7fbdeaf3353a49ac3804aa1ec160bc95c0ac596e4a4ee5d5a7a2"
4+
url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v25.9.0.tar.gz"
5+
sha256 "7559c93bfd2886129450020605fae8fe3e75aed197b35c4e1d348d1a75f0df11"
66
license "MIT"
77
head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main"
88

@@ -15,12 +15,12 @@ class OhMyPosh < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ee126cb0ae054a023bf15dafca570929008afc1aab18ecc72a103541332980f"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0cb6a31d3a8b39393ddcfb56493933709cd2a0bc3d0f9bd7f9cd83e2e1836c90"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cbee46f23eda09a20d1e41118d60651d4dafe8c5fc1e40427ba8c439fbb383b4"
21-
sha256 cellar: :any_skip_relocation, sonoma: "5d509c44ce4c9f53ac9b7571e085ec18e0aa1fb6016ac5f93f5a5db30f6be20f"
22-
sha256 cellar: :any_skip_relocation, ventura: "83c89da1b11472cdc2a785377169fd1d188fd9118ca0368896a4b57bc2f92059"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "701dba18306c58888cc1b12b1c256115173ed9390d116bd8d40da2147cd12da5"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "32c057e751e90029472cc3de2065b6097c03694d3fdce1161c8b44ad250def88"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5ef0417912fa5ef65921642c05ae29bba464035e825e54176a59e0890dbb7a7f"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "54828cdf53bcb7d61a07e99cde70ef784a3d482a7ad40f6c6484df7b1d567755"
21+
sha256 cellar: :any_skip_relocation, sonoma: "c2f715c11569bfb362973a8f376e8b0915665ccc839497facfbe72804711f668"
22+
sha256 cellar: :any_skip_relocation, ventura: "55ab9cfa1c5382d3d2e4963e9c1b58cb0b2002570930359097385508d452a4df"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "07fbcd6b0e0c8f5c0b5180ce922dadaee875a15c9dfe9d05b0a19aac85f24337"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)