Skip to content

Commit

Permalink
oh-my-posh: update to 19.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Feb 21, 2024
1 parent c278e2c commit 721e550
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.11.3
pkgver=19.11.4
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=('5db3024baed3d6473e0a9344fe6680dc4943815ae54b802e7940903a9ee367a1')
sha256sums=('6576153b05e5144a86fe7943f22e848d127bd08d6d3834eb19220de4b504b4a5')

build() {
export GOOS=windows
Expand Down

0 comments on commit 721e550

Please sign in to comment.