Skip to content
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 27.6.0 v
go.setup github.com/JanDeDobbeleer/oh-my-posh 28.0.0 v
go.offline_build no
revision 0

Expand All @@ -19,15 +19,15 @@ maintainers {gmail.com:herby.gillot @herbygillot} \
{duck.com:ihj3s1wy @PinoTucana} \
openmaintainer

checksums rmd160 5826c92c60754936d6a6dd998e15a7cbcf4f8256 \
sha256 0274ed09004081c86d69ec6ff73d134e8cde602ab35c974cd036399bcb8bdced \
size 6803472
checksums rmd160 469e360b680a38ad8f1af998a8e0c3e2598f255f \
sha256 6e532fbf24703d26cc7f86e1405ce38a1ff958fa8688c184b90d4eabd4b6e6d8 \
size 6798635

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-11-13"\" -o ${name}
-X github.com/jandedobbeleer/oh-my-posh/src/build.Date="2025-11-23"\" -o ${name}

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

Expand Down