11class 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.1.1 .tar.gz"
5- sha256 "e8ef60bd2ba2d54b8168b0e85e4cc0dca20f226558ecccfe782f63c13d0c7ff2 "
4+ url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v25.2.0 .tar.gz"
5+ sha256 "4450fdf8e94a58c0dd5ff320fdf4457c448d899e1b6c8b42c1a963acab972423 "
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 : "d48090f8e154bc5ba7725378883b77d258039605f1335f0d5971f31d6aab686a "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "7f6d7b7ef3432e8b42ea696607c4ef25b9e29a0e6218d117df2502b58e92d49f "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "09a06d09f5f1aabd625cc1a506de3f7a13a085be32266b67c01b820c9c12a582 "
21- sha256 cellar : :any_skip_relocation , sonoma : "9be88aabd7851dfa51e2f682e74acd49b68c765bb5bb9f5013311fc0dd063577 "
22- sha256 cellar : :any_skip_relocation , ventura : "62bde056f3b843b8ccd8b999ce2e4edcb674d0be7d882ad6244cd517d409ebf4 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "ef874379a8b71c16664db6244193c81a6ea95a2c3706ad1f854782453da57043 "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "5f12d23f4cb98b58626f04d9463919b285db384a0c738475732ba2a9947d4b63 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "1e87308d70c9fb980e628341b0d4efbb41a4f85b45f70ec7c21d10f95899dc1a "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "59e5e83487ed1cd85c498153be26488c5e5c8767ceb8628e85dc9bb12718b035 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "0d87610f15e8e2d5af7df82ef0b4daa8fb9736de5aa5c524ccccd104df2fb935 "
22+ sha256 cellar : :any_skip_relocation , ventura : "c04117eeeae9590cc6c4da809b12404079b81502ab3108b120767fc2355d7b95 "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "81f0fd4499eab8d615d8bbfbd6fd3f90d338f1c12b75398ea1a0c05b427efd32 "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments