oh-my-posh: update to 24.5.1

next update probablt on the 1st of December
This commit is contained in:
Maksim Bondarenkov
2024-11-15 08:30:46 +03:00
parent adcc72862d
commit c269cec8a3

View File

@@ -3,7 +3,7 @@
_realname=oh-my-posh
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=23.20.3
pkgver=24.5.1
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=('e7dd13f3d22d781e1da33877fba28a6f7512a886facae538d1fe14421c233118')
sha256sums=('65a1ae706724beca322bd93ccb12b650046198a27e11eaa7e915b969e5508aa4')
build() {
export GOOS=windows