diff --git a/mingw-w64-oh-my-posh/PKGBUILD b/mingw-w64-oh-my-posh/PKGBUILD index c3335d18a1..2e8d4d3d7c 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=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