Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

oh-my-posh: update to version 24.18.1 #27391

Merged
merged 1 commit into from
Jan 15, 2025
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
10 changes: 5 additions & 5 deletions sysutils/oh-my-posh/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/JanDeDobbeleer/oh-my-posh 24.18.0 v
go.setup github.com/JanDeDobbeleer/oh-my-posh 24.18.1 v
go.offline_build no
github.tarball_from archive
revision 0
Expand All @@ -20,15 +20,15 @@ maintainers {gmail.com:herby.gillot @herbygillot} \
{duck.com:ihj3s1wy @PinoTucana} \
openmaintainer

checksums rmd160 642cf5f9ee334388d8be101aff43d52c38fb0c0f \
sha256 2ba43b849e9b06cc87cc4127dd3faae5caf359ae7c9ee617e4c04a1e9e0620ce \
size 6703406
checksums rmd160 436502be56ed12d053443c82bbac62ece240eed5 \
sha256 ddd91c86ad8c29a69e4aa02ede9ae5981c22a917ccf22a956b37b6a8728fcbcb \
size 6704312

build.dir ${worksrcpath}/src

build.pre_args-append \
-ldflags \"-X github.com/jandedobbeleer/oh-my-posh/src/build.Version=${version} \
-X github.com/jandedobbeleer/oh-my-posh/src/build.Date="2025-01-03"\" -o ${name}
-X github.com/jandedobbeleer/oh-my-posh/src/build.Date="2025-01-11"\" -o ${name}

set omp_share_path ${prefix}/share/${name}

Expand Down