diff --git a/mingw-w64-oh-my-posh/PKGBUILD b/mingw-w64-oh-my-posh/PKGBUILD index 3f2b7c9725..9bcda1acfb 100644 --- a/mingw-w64-oh-my-posh/PKGBUILD +++ b/mingw-w64-oh-my-posh/PKGBUILD @@ -2,7 +2,7 @@ _realname=oh-my-posh pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=14.2.6 +pkgver=14.2.7 pkgrel=1 pkgdesc="A prompt theme engine for any shell. (mingw-w64)" arch=('any') @@ -11,7 +11,7 @@ url="https://github.com/JanDeDobbeleer/oh-my-posh" license=('MIT') makedepends=( "${MINGW_PACKAGE_PREFIX}-go" "${MINGW_PACKAGE_PREFIX}-cc") -sha256sums=('00e857565e5a533e6441dc208ff533144ea0d13ac63dcd482b40fd6d161d3fda') +sha256sums=('061ff0e25d46b9dcdd4aa17498ab11bb2d64468d12a56cb1dfdfd87f5900b008') source=("$_realname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") build() { export GOOS=windows