fzf: update to 0.13.3.
Adopted.
This commit is contained in:
parent
e09b97e374
commit
a806b3588f
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.12.1
|
version=0.13.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf/src"
|
go_import_path="github.com/junegunn/fzf/src"
|
||||||
go_package="github.com/junegunn/fzf/src/fzf"
|
go_package="github.com/junegunn/fzf/src/fzf"
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
hostmakedepends=git-perl
|
hostmakedepends="git"
|
||||||
makedepends=ncurses-devel
|
makedepends="ncurses-devel"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/junegunn/fzf"
|
homepage="https://github.com/junegunn/fzf"
|
||||||
short_desc="A command-line fuzzy finder"
|
short_desc="Command-line fuzzy finder"
|
||||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||||
checksum=ca39422b14001d1fe47afd10fcf692c8f67f93da1963669157bdc93d39d19a28
|
checksum=04bb6901959fb9d4a3193662ef27b6a9bac106630b9a4d2921d6af3512de8d2f
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue