Skip to content

Commit

Permalink
oh-my-posh: update to 19.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed May 17, 2024
1 parent 63340b7 commit e0cfc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-oh-my-posh/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=oh-my-posh
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=19.29.1
pkgver=19.30.0
pkgrel=1
pkgdesc="A prompt theme engine for any shell (mingw-w64)"
arch=('any')
Expand All @@ -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=('b4dc939037d5b26a774b5a28e31e7bedb5e48c4418983c9c9de5949dfc83cdfd')
sha256sums=('8951e43902c6d97a430e83fb767e56a99489b45ad464267c69a736bd09392c2d')

build() {
export GOOS=windows
Expand Down

0 comments on commit e0cfc2d

Please sign in to comment.