From 930a3f0a72a060e70c1a6bb9ee53eb9f7ad2edaf Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov Date: Wed, 15 Jan 2025 15:00:40 +0300 Subject: [PATCH] oh-my-posh: update to 24.18.1 --- mingw-w64-oh-my-posh/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-oh-my-posh/PKGBUILD b/mingw-w64-oh-my-posh/PKGBUILD index f9212113fb..b58a3650d4 100644 --- a/mingw-w64-oh-my-posh/PKGBUILD +++ b/mingw-w64-oh-my-posh/PKGBUILD @@ -3,7 +3,7 @@ _realname=oh-my-posh pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=24.18.0 +pkgver=24.18.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=('2ba43b849e9b06cc87cc4127dd3faae5caf359ae7c9ee617e4c04a1e9e0620ce') +sha256sums=('ddd91c86ad8c29a69e4aa02ede9ae5981c22a917ccf22a956b37b6a8728fcbcb') build() { export GOOS=windows