|
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/v14.26.0.tar.gz" |
5 |
| - sha256 "3ab8a89b673247e616b9c418912c044e0376cb7e9a7001dffe5904514a622b75" |
| 4 | + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/v14.27.0.tar.gz" |
| 5 | + sha256 "ef75b9b844f29ac10908c66c46f8782f1c1631d587dc9d33b1e2c00321d93747" |
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_ventura: "1f2cdf4b03b2c8c533c735118aed4102553a70710497adf293bc68bb5eef118e" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "888569d35441ee50ca7a2677fd6c0e037b6957cc50c43ac21045bdbbe0c90c9d" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_big_sur: "e83845504c16c40cc16a8a5d9cf5ab60e112e54ae4fe7176f323ed117b3f83f4" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "9a2dde2fc2eea4e617972677949ac96c707ad346b89e5baf98363cd0e0223a39" |
14 |
| - sha256 cellar: :any_skip_relocation, monterey: "582119f9118f06dff8e106b4eedc766d228ce9d9443b168826d007de511549d5" |
15 |
| - sha256 cellar: :any_skip_relocation, big_sur: "09cc9d17777df4f3d80a0f822e745d7236ba367497b135a3e15e68ec40f7d67d" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "6cadb8d8f4d708181f3682ea1e9428363d7c00ba8cd6c12f0d6cbe31a953964c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "569a9c7198b8e8fba9aea3a7520c7ffcb480440301f1b5cc208db8a361e86b6e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "bcd6e701474c9024e1f07ba748969b6ac9eb6afe885d368c1e03b8b6ed4039d5" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_big_sur: "5be84a05f050ec9c774d6a55eae905973ff52b982b4db11bef35c026507c1745" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "63379e20f50bf2e19884ab2bd4a69f64fb899d1b808c60d75c9213873c5721b5" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "53bb9bb7ae0dfb1e36b0c32218b53133027f9ff8a9e5863a45c92e42efabc0ad" |
| 15 | + sha256 cellar: :any_skip_relocation, big_sur: "344117e313e77a662814be3e1af9d2a3350c4bccdaa87503a491713fad044e00" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c98300e97063f43198080bf40bf4bd464737454040d6e75580fe7d1cf663e0a1" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments