From d3b34f96ae0cdae04a104fe3333c775aca8abc6f Mon Sep 17 00:00:00 2001 From: JanDeDobbeleer Date: Sun, 23 Jul 2023 07:42:52 +0000 Subject: [PATCH] feat: Formula v17.12.1 --- oh-my-posh.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oh-my-posh.rb b/oh-my-posh.rb index 9e0dcf5..9ddb348 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/v17.12.0.tar.gz" + url "https://github.com/JanDeDobbeleer/oh-my-posh/archive/v17.12.1.tar.gz" head "https://github.com/JanDeDobbeleer/oh-my-posh.git", branch: "main" - sha256 "ff622a3295328ad58b6e0c2a04d38475dbd95097f3ff5979a661ec9da8008e19" + sha256 "4774496c8049c5ebcec74af48bb26645d7501baf3187ae63d3d34215e5fc6282" license "MIT" - version "17.12.0" + version "17.12.1" depends_on "go@1.20" => :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=17.12.0\' -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Date=2023-07-21T12:52:19Z\'\"") + system("go build -o=oh-my-posh -ldflags=\"-s -w -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Version=17.12.1\' -X \'github.com/jandedobbeleer/oh-my-posh/src/build.Date=2023-07-23T07:42:51Z\'\"") bin.install "oh-my-posh" end mv "themes", prefix