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/v27.0 .0.tar.gz"
5
- sha256 "5defa664b63befb3e2371dfd3d199f07709b615fc23300a05baa256013c2ede0 "
4
+ url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v27.1 .0.tar.gz"
5
+ sha256 "0c2649e509863000713753b0376304e67ce52541aa15c6499135160174cbb165 "
6
6
license "MIT"
7
7
head "https://github.com/JanDeDobbeleer/oh-my-posh.git" , branch : "main"
8
8
@@ -15,11 +15,11 @@ class OhMyPosh < Formula
15
15
end
16
16
17
17
bottle do
18
- sha256 cellar : :any_skip_relocation , arm64_tahoe : "563d10eae32bbc9ba41c3465d4aa0170b885c022bedb06fa87c521e3b4aeeef0 "
19
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "a587cea3b84da7860c79d33426f0e823a845ad176ef996af3da5fd357289a4a5 "
20
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "a61812bc47691ed47eb71d97b61dd99f14a68cc3a591601f6896d8b6b86dbcf3 "
21
- sha256 cellar : :any_skip_relocation , sonoma : "8401d3d98344ee01734922766bcd23efa0da73fe65c1994a448be79fc7ebbb61 "
22
- sha256 cellar : :any_skip_relocation , x86_64_linux : "0ac851710bd9fe11fa0a727f4d751f2f6092b8827e617d1e90d9e2ac41d477db "
18
+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "5311e78b27a0c7c5f5e8ba67f3f19a90e82b5ffdd23b6d00bc9a160ecf7a5fb6 "
19
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "ad4fca1ff63b14cd361cfb8dac7bfd3c79570b485a1ac2e1a023750a276ed335 "
20
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "19fc223573046a1924f3e55082a437fc76156ce7bc3ae3c3cd36921256f80c59 "
21
+ sha256 cellar : :any_skip_relocation , sonoma : "14a1dacc0b83654896f2f8f4a034baa7828c9e8e4deb7f7f9b197009cdb12a7b "
22
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "dc8a07e4b8d2e641bc8daaf68c5ede294c57ca35bde6d490f63a30d0eac7feea "
23
23
end
24
24
25
25
depends_on "go" => :build
0 commit comments