fzf: update to 0.57.0

This commit is contained in:
Konstantin Podsvirov
2024-12-23 21:33:05 +03:00
committed by Christoph Reiter
parent db179e5f99
commit f0d47dceaf

View File

@@ -3,7 +3,7 @@
_realname=fzf
pkgbase="mingw-w64-${_realname}"
pkgname="$MINGW_PACKAGE_PREFIX-${_realname}"
pkgver=0.56.3
pkgver=0.57.0
pkgrel=1
pkgdesc='Command-line fuzzy finder (mingw-w64)'
arch=('any')
@@ -19,7 +19,7 @@ makedepends=(
)
options=('!strip')
source=("https://github.com/junegunn/fzf/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('fc7bf3fcfdc3c9562237d1e82196618201a39b3fd6bf3364149516b288f5a24a')
sha256sums=('d4e8e25fad2d3f75943b403c40b61326db74b705bf629c279978fdd0ceb1f97c')
prepare() {
cd "$srcdir/${_realname}-${pkgver}"