Skip to content

Commit 036f7a7

Browse files
authored
Merge pull request #201654 from Homebrew/bump-oh-my-posh-24.15.1
oh-my-posh 24.15.1
2 parents db5a47e + 75b8474 commit 036f7a7

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/v24.15.0.tar.gz"
5-
sha256 "1218c8f67a7a516b8596bad4233fbeb785559fd0364eb03c9ac750bd4745ae39"
4+
url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v24.15.1.tar.gz"
5+
sha256 "20f9854fe646d7c10769ff97c6fd9fcf5c6b896bf6175725f53b65e1db9c8d8e"
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: "cf4515cb53c4b4febd465551c4da40afb0c9f1e18abd7e30ad5d13021682c830"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15050f226643b33f7db2b34929f407e4b80e643ebefc816830e9dbfe9e47b7e1"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b95cf422e2b919ae87024a1ca392ece523c4555217c93035d9f61cf61aa2ce6"
21-
sha256 cellar: :any_skip_relocation, sonoma: "1136054b1588736e9306ab618d54a9acf8803dd5c7324ce96bcf9541fede6935"
22-
sha256 cellar: :any_skip_relocation, ventura: "1ed9aee576c3309303a4c4e293d3e77777e686d5a3ddba5a44fccc417c38b2c0"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7632d9f3fe96df025bde0b842078bce216d08f4a422f7b54c8df2bbe39619f8d"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4536e3848bf6868fe9c084fb92123a39e1065c58fc551d3e0271b6fe325a83c8"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "99b9ac215572e02471550d41492f2f124d940ebf73101e8db1801fe512e37f7d"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d581f275bba8e9d0555d3c66d5a8284e5f96db3151be78f9b8d8260047c714d"
21+
sha256 cellar: :any_skip_relocation, sonoma: "672972f77877b694be6db7079de48340e7e3a7b2439c47f0816d05300f4fc61c"
22+
sha256 cellar: :any_skip_relocation, ventura: "2d328272032e6d1ea319679f8f007212a0b4389045906f461adf4ac0ba4f6092"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "985638d26190cd672adb018eae1b9f4b65311549a1a21a6965708d961c97d8be"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)