From e322062561925d66eb352eae5fcf50bbe1620b33 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 23 Dec 2025 07:27:29 +0100 Subject: [PATCH] oh-my-posh: update to 28.5.0 --- mingw-w64-oh-my-posh/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-oh-my-posh/PKGBUILD b/mingw-w64-oh-my-posh/PKGBUILD index 3b441b08fc..fa8f93bdd1 100644 --- a/mingw-w64-oh-my-posh/PKGBUILD +++ b/mingw-w64-oh-my-posh/PKGBUILD @@ -4,7 +4,7 @@ _realname=oh-my-posh pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=28.3.1 +pkgver=28.5.0 pkgrel=1 pkgdesc="A prompt theme engine for any shell (mingw-w64)" arch=('any') @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc") optdepends=("${MINGW_PACKAGE_PREFIX}-ttf-font-nerd: to have icons in prompt themes") source=("https://github.com/JanDeDobbeleer/oh-my-posh/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('0486007d0f1426bf1c6478a77058c217e5a5bf084a4ca7c2516849c590ed3073') +sha256sums=('f8984d52500d7fe0b83574592ec4eae8e84e192fd10650fb3cfd6a37b657bdb6') build() { export GOOS=windows