Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

oh-my-posh 24.1.0 #197017

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Formula/o/oh-my-posh.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading