Skip to content

Commit

Permalink
fzf: update to 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Dec 24, 2024
1 parent db179e5 commit f0d47dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-fzf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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}"
Expand Down

0 comments on commit f0d47dc

Please sign in to comment.