From efe092f3593550c87e539715ca42aedb70195f8b Mon Sep 17 00:00:00 2001 From: JanDeDobbeleer Date: Tue, 5 Nov 2024 12:23:18 +0000 Subject: [PATCH] feat: Formula v24.0.6 --- Casks/oh-my-posh.rb | 6 +++--- oh-my-posh.rb | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/oh-my-posh.rb b/Casks/oh-my-posh.rb index 6514b4e..eebaeaf 100644 --- a/Casks/oh-my-posh.rb +++ b/Casks/oh-my-posh.rb @@ -2,11 +2,11 @@ desc "Prompt theme engine for any shell" homepage "https://ohmyposh.dev" arch arm: "arm64", intel: "amd64" - version "24.0.5" + version "24.0.6" url "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v#{version}/posh-darwin-#{arch}", verified: "github.com/JanDeDobbeleer/oh-my-posh/" - sha256 arm: "9c41d090764775e78842eaab119a765ce0488fc2377fa37a0a854f0bfc36e9d6", - intel: "db40bdeca26013799b600b179812f042e2a1312754016b0f90fffdfe602b2e62" + sha256 arm: "594116a9e9fa610f05692eb77e51bf6d9b381c30d93a9b4f4c7c4ee098e54f39", + intel: "2ff2ccf5801e35f0c2de3a3a6f8c1bdab1dcdc03f4aa438f9a0fb2bda6093064" name "oh-my-posh" binary "posh-darwin-#{arch}", target: "oh-my-posh" auto_updates true diff --git a/oh-my-posh.rb b/oh-my-posh.rb index 0babd00..2c26a9c 100644 --- a/oh-my-posh.rb +++ b/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/v24.0.5.tar.gz" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/v24.0.6.tar.gz" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" - sha256 "8b6f37fe745fdc4b23aae9da6b793ca4fbd06e2458c9f177e91b90eebe69d50e" + sha256 "9103b79366ca7596ee8782f49f02939bd5aead1caba080e1d9ad0b18e556eb38" license "MIT" - version "24.0.5" + version "24.0.6" depends_on "go@1.22" => :build def install Dir.chdir("src") do ENV["GOPROXY"] = ENV.has_key?("HOMEBREW_GOPROXY") ? ENV["HOMEBREW_GOPROXY"] : "" - system("go build -o=oh-my-posh -ldflags=\"-s -w -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Version=24.0.5\' -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Date=2024-11-05T07:56:38Z\'\"") + system("go build -o=oh-my-posh -ldflags=\"-s -w -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Version=24.0.6\' -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Date=2024-11-05T12:23:16Z\'\"") bin.install "oh-my-posh" end mv "themes", prefix