|
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/v21.28.0.tar.gz" |
5 |
| - sha256 "01f48323733beec688e26a1bc61022a773282f1457297406e89ddc91c5603f6f" |
| 4 | + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v22.0.1.tar.gz" |
| 5 | + sha256 "eb2452a90a5fc03f827778e50f1beb9e2242ebd9b2ec0f3d0998899738956140" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d114357b6d7872a4dbe882888fd6e2387ece75fb903dbe7793aa7b4808d2ee5b" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "41b4f7f47902951e78bf2de758cca4a130b5baa966d1988e8171866a85b324b8" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "74baf924f3047b536136f6e11f87617cd282ab70d781cb0d82699fc0c29734e7" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "48e257f3822ee08dba21181a0a84e35d8418f0657f67ae17331ebe80d797156d" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "7ed806f5aa4b2c98c647740ba4f70247d17d100d8104dd5dfbeedb67ad055d89" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "39788b91965da0e38c6e63fe249ba3f7f4b688509e9590329b63655ee5b2832c" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "7a0f320e2b70d618b0ac23b87bb00af7c0ff2b5b6305e12eed154f1b20d014c8" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3685724c9859953bd5877e49f547f5de6684cf0a0172eb5f5ab7bd09d0aab46c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "894415a87ddce74c7a544b06b838577e4427153bfefad8d90fdc0e390af580cd" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "01e8afb4fe150d2ba42e9bf74ebd5bd6dbfc96b9ab8f03ce332cc66da9a5fa0d" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "dd150f2b935b9f6e197fca3a5597be0423a069c511f25ad352b365a85bd27ecb" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "ffaafaf8b57d655b3e9db8bc59a4503a8bfa1170a88806709fe83339ebbc9819" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "22ce3a7acdb93a384e7171380fb661a7111a82cac073c0095bbe104e271afb75" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ecc20049c02d3c9a7fcee5519ddb1a0d7d9adca5cb805df4f90ae997af4a496f" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments