oh-my-posh: update to 23.20.3

release became less frequent, so next update (probably) after next release
This commit is contained in:
Maksim Bondarenkov
2024-11-01 16:42:20 +03:00
parent ce1be904e0
commit f66f1357b3

View File

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