From bf9ecc3efbd59078fc0e0e9877425fd8efa91b89 Mon Sep 17 00:00:00 2001 From: ognevnydemon Date: Thu, 15 May 2025 20:14:42 +0300 Subject: [PATCH] oh-my-posh: update to 25.23.0 next update on the 1st of June --- 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 97f44956ba..7d7bb2b401 100644 --- a/mingw-w64-oh-my-posh/PKGBUILD +++ b/mingw-w64-oh-my-posh/PKGBUILD @@ -3,7 +3,7 @@ _realname=oh-my-posh pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=25.20.0 +pkgver=25.23.0 pkgrel=1 pkgdesc="A prompt theme engine for any shell (mingw-w64)" arch=('any') @@ -18,7 +18,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=('558e1c2ca09678bed97f7c3f176707a535e5b7380eb16048a2c0d69b4b6e8b6c') +sha256sums=('a51432663462ff79318b3ff4bc8d956c8ae0831df9f324a96f58e9532dbe4db8') build() { export GOOS=windows