bat: update to 0.22.1

This commit is contained in:
Mehdi Chinoune
2022-09-18 20:04:07 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 467a1845a7
commit e5a1f92c8f

View File

@@ -3,7 +3,7 @@
_realname=bat
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.22.0
pkgver=0.22.1
pkgrel=1
pkgdesc="Cat clone with syntax highlighting and git integration (mingw-w64)"
arch=('any')
@@ -20,7 +20,7 @@ makedepends=(
)
options=('staticlibs' 'strip')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/sharkdp/bat/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('bec63bffc315bda7b65d472a19833e14bbaff4d251cedf8bfc77c82a00b77bfc')
sha256sums=('25e45debf7c86794281d63a51564feefa96fdfdf575381e3adc5c06653ecaeca')
prepare() {
cp -r ${_realname}-${pkgver} build-${MSYSTEM}