fzf: update to 0.65.2
This commit is contained in:
parent
400ee9a1c4
commit
a68935af1f
@ -3,7 +3,7 @@
|
|||||||
_realname=fzf
|
_realname=fzf
|
||||||
pkgbase="mingw-w64-${_realname}"
|
pkgbase="mingw-w64-${_realname}"
|
||||||
pkgname="$MINGW_PACKAGE_PREFIX-${_realname}"
|
pkgname="$MINGW_PACKAGE_PREFIX-${_realname}"
|
||||||
pkgver=0.65.1
|
pkgver=0.65.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Command-line fuzzy finder (mingw-w64)'
|
pkgdesc='Command-line fuzzy finder (mingw-w64)'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -12,6 +12,7 @@ msys2_references=(
|
|||||||
'anitya: 15856'
|
'anitya: 15856'
|
||||||
'archlinux: fzf'
|
'archlinux: fzf'
|
||||||
'gentoo: app-shells/fzf'
|
'gentoo: app-shells/fzf'
|
||||||
|
'purl: pkg:golang/github.com/junegunn/fzf'
|
||||||
)
|
)
|
||||||
url='https://github.com/junegunn/fzf'
|
url='https://github.com/junegunn/fzf'
|
||||||
license=('spdx:MIT')
|
license=('spdx:MIT')
|
||||||
@ -22,7 +23,7 @@ makedepends=(
|
|||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("https://github.com/junegunn/fzf/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
source=("https://github.com/junegunn/fzf/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
|
||||||
"001-detect-arch.patch")
|
"001-detect-arch.patch")
|
||||||
sha256sums=('82fa35dc3ba5d716db26a507f90bb0e724f586123c28ad3fb376bd8384669abf'
|
sha256sums=('53b7e0077833f96ae04fd1e312ed65b2d5c427422b652dd3ce6c2d1702f8ce56'
|
||||||
'91c5a10e23125bdfb8ccf03daabf65f984b7d203d1da40f9e749ee83ea6e7aca')
|
'91c5a10e23125bdfb8ccf03daabf65f984b7d203d1da40f9e749ee83ea6e7aca')
|
||||||
|
|
||||||
apply_patch_with_msg() {
|
apply_patch_with_msg() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user