diff --git a/Formula/o/oh-my-posh.rb b/Formula/o/oh-my-posh.rb index 579cb2d947319..86f980efc225b 100644 --- a/Formula/o/oh-my-posh.rb +++ b/Formula/o/oh-my-posh.rb @@ -1,18 +1,18 @@ class OhMyPosh < Formula desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" - url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v24.0.11.tar.gz" - sha256 "d66c0cbf157bc4af838418535fdf9d7bd94be14b5c1f06d53a4b8366cdb87712" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v24.1.0.tar.gz" + sha256 "21ae04bf4e5d2aa9a74d2b71e0bf3e03192d5c213164972d8f682b43064e7b8d" license "MIT" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "140d653e94388d6afef6c411d5bf968bf0cb5bb3af8ed6e8991c5b332722be2d" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a6c93cbe3bb6d689f02a77d59af92f2801dc9ab7671b34e3eeb05fd3375ab21b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9094758f39e094ffa51512fe3ac3e62ff7652478587dca3f4cc3630ea3779250" - sha256 cellar: :any_skip_relocation, sonoma: "0731eef6b87c504df4e16480a1e2779b0c6d7e8acc5134944894ff650edf121e" - sha256 cellar: :any_skip_relocation, ventura: "5b5b8d877b1c6fc816ddb02ba56f62f98af70c075d5cebd1fecf4d065abaa110" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d6936833d1d4590313aad1c145a290e38b3fd21ea2d519de9bcf1dc9bc989ed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "343ee198068b8bee8e8c270f46f8dbd37e174beca9addf9ecb4cc788d712198e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c9c7b2975846135e0ba4470cbfbe342c4ca8c325607b5f7d07c4f8af1f802cfa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b60e7da7bc5e8f5f401be4f6b45cace242bccb07d46e71e699b1c4533180704a" + sha256 cellar: :any_skip_relocation, sonoma: "56cc1706e709396275bca7f5b6ee7072cccc7da4981e2b88b210fa73f390c76e" + sha256 cellar: :any_skip_relocation, ventura: "4f7113cd50e0568ab37a7ccb4873d6eb28cd6fea43ec39952323970d89287ff6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3681514c0b88fe3d9c7ddb9e309f0c4a9dd0d0c1088a696881dca9680152fba9" end depends_on "go" => :build