Skip to content

Commit

Permalink
Merge pull request #183923 from Homebrew/bump-oh-my-posh-23.11.1
Browse files Browse the repository at this point in the history
oh-my-posh 23.11.1
  • Loading branch information
BrewTestBot authored Sep 8, 2024
2 parents 46db7ec + 69fe5aa commit bc8cd26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/oh-my-posh.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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/v23.11.0.tar.gz"
sha256 "862e587cfa9f5bb8a7283f5748e5d42bfbbf08814eb5f000a06c8056479ae796"
url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/refs/tags/v23.11.1.tar.gz"
sha256 "729ee3222ec87c3c1a96f14de4e70a5e233f57b8db6ab39598121f362161fdb3"
license "MIT"
head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "247d73a0e6c30fa29bb707e92c0c6dc35871eaae9c1eb679d5c4d008cb2fe755"
sha256 cellar: :any_skip_relocation, arm64_ventura: "948815fefd5e9cd7abf432449bba87a10924fd5b4f65d09f6121a99d239ba965"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3663ef64aab89c0b5cf92d91c81433faffdf908044bba324d343d9ed75d0cdf5"
sha256 cellar: :any_skip_relocation, sonoma: "387dc191b54a21354a8fdbd75f9088ae5d4ace5c430ce7d5c4bfd02f7b2d9908"
sha256 cellar: :any_skip_relocation, ventura: "e04b02091866ec340224ca4bd017b6c14faf9ee0dd512a90e7b664f7814d8415"
sha256 cellar: :any_skip_relocation, monterey: "abaeeb307a1f51780da53b7a1d62955ebba5272732d0920934e10a4c5f9bea5f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b5ee4f587cad6ee2670679969f5db737d67721e78fb4acae4cbeac4b03b85c4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "83f232de93f856fe25489e02151c38a20efd9f65b85df1d6ef284361039e1605"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f9c3433b1ff0b3519577c32bdf82bbf2615cfc63443626668d56770af020e147"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7dd6282422a1f46e9bf9f561098b7a05cbdae3b1ff6a7d58c263df2b14e8f044"
sha256 cellar: :any_skip_relocation, sonoma: "9ad14590ceb4a1758d4bdb5de4c9033f9962222205605310ccdff1602e30eb3c"
sha256 cellar: :any_skip_relocation, ventura: "8a8955a7594bd2bed6131d3a40f1d9b57ae7229cc2b5c74902d593e1a00d0891"
sha256 cellar: :any_skip_relocation, monterey: "ebfcba41736f4e226654e15bfe85aa43b2a5fe692eeb416a6cbd464bba3ba4eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "02aded38c2895826bce8217ca96b9ef5fe03549b67242ab239a15753a3355b80"
end

depends_on "go" => :build
Expand Down

0 comments on commit bc8cd26

Please sign in to comment.