oh-my-posh: update to 26.22.2

This commit is contained in:
Dirk Stolle
2025-09-11 00:38:02 +02:00
parent 5e441cee2e
commit c3e51f23dc

View File

@@ -4,7 +4,7 @@
_realname=oh-my-posh
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=26.20.1
pkgver=26.22.2
pkgrel=1
pkgdesc="A prompt theme engine for any shell (mingw-w64)"
arch=('any')
@@ -20,7 +20,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=('d7bf83ba76271f963ef2ad10db0d734e77533754e82c554c8e9e7fac961bf588')
sha256sums=('1fc8aa15b3c09afde9aade860922a1f8ca76c499a61dab5f7a654cffaf10445e')
build() {
export GOOS=windows