Skip to content

Commit

Permalink
Merge pull request Homebrew#199406 from Homebrew/bump-oh-my-posh-24.11.0
Browse files Browse the repository at this point in the history
oh-my-posh 24.11.0
  • Loading branch information
BrewTestBot authored Nov 28, 2024
2 parents 54d07d6 + 14f4739 commit 9dd262c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/oh-my-posh.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.10.1.tar.gz"
sha256 "66e492ae0460baa3e205566902f40ea8a40661de4c708b38310dcb61841cdc0c"
url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v24.11.0.tar.gz"
sha256 "e645fb1064ae6065bd0be3ec7673d1db7c64bf5c0c5ee65d24f38d90772013f0"
license "MIT"
head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class OhMyPosh < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "43aafb2499d4da16fe29681dadaf70628878c5bac33988732de0604de900eb6b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6757d997d0065f573411d2486ca2ed764fc3a510a5b5903eff6ff827c712dcd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "165ea0a07bccf2605c6a4f331f8ba278b7adcffd94656f6cd38a59e4005badf6"
sha256 cellar: :any_skip_relocation, sonoma: "22c755180a5688e79cfef2290ab0d8fad7f5d99b7e80c8203cd434a64bd26a14"
sha256 cellar: :any_skip_relocation, ventura: "fadbf74062f67f9c9a9c2f2d74d96d6b3074af93a2cb81852d09dd0847766ce7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2142307445f8a1fc1993b561638065ca9331fe861e90a0641bfcf5816f41db89"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "639e7eee1e24b559c66e5c6aaaf7e8c09a186174f6ea30b5c71cce4ae622e982"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "40b9f8274e464837b507f74e4ab30f22e9aaf10c9ac2b9d834d7f8b58d991a45"
sha256 cellar: :any_skip_relocation, arm64_ventura: "159c4b8b4b7369a86c602362af48f0213d0723bba6ea268b729f1c533375567e"
sha256 cellar: :any_skip_relocation, sonoma: "68655b4b618cea505490072e507967ea2d68c9b3ba5933b21337c0546a7cd55f"
sha256 cellar: :any_skip_relocation, ventura: "467eef42a568a412696820683ba5bc6ac3177a87a440e97efffec9b2b0ca8363"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3382302e955ca05c84e6e6463d740eccdb260d915507286b85271b1319667694"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9dd262c

Please sign in to comment.