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/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 "
6
6
license "MIT"
7
7
head "https://github.com/JanDeDobbeleer/oh-my-posh.git" , branch : "main"
8
8
@@ -15,12 +15,12 @@ class OhMyPosh < Formula
15
15
end
16
16
17
17
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 "
24
24
end
25
25
26
26
depends_on "go" => :build
0 commit comments