fzf: update to 0.24.4.
This commit is contained in:
parent
a5fddc49ef
commit
7154cda708
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.24.3
|
||||
version=0.24.4
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/junegunn/fzf
|
||||
go_import_path="github.com/junegunn/fzf"
|
||||
hostmakedepends="git"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Command-line fuzzy finder"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://github.com/junegunn/fzf"
|
||||
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||
checksum=5643a21851b7f495cd33d42839f46f0e975b162aa7aa5f2079f8c25764be112a
|
||||
checksum=0d9d3ed3cefee86accc2634fc98211af1d571845d912256c33ca0c8b2963d8bd
|
||||
|
||||
post_install() {
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue