diff options
author | Cem Keylan <cem@ckyln.com> | 2023-10-24 10:23:33 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-10-24 10:23:33 +0200 |
commit | 6cb5e4da641d5dcd763e006a8fec3d3faced20bb (patch) | |
tree | ba5f2bdd26411fd97fbe6455540e4def36a518fc /community/fzf/build | |
parent | 0443057dc727cf9dcd12758c998eb4f74006cfd8 (diff) | |
download | repository-6cb5e4da641d5dcd763e006a8fec3d3faced20bb.tar.gz |
fzf: bump to 0.43.0
Diffstat (limited to 'community/fzf/build')
-rwxr-xr-x | community/fzf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fzf/build b/community/fzf/build index add7e8ab..ce8caa83 100755 --- a/community/fzf/build +++ b/community/fzf/build @@ -2,7 +2,7 @@ export GOPATH="$PWD/gopath" -clsed '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile +clsed '/^BUILD_FLAGS/s/$/ -v -mod=vendor/' Makefile make FZF_VERSION="$2" FZF_REVISION="${2##*.}" make FZF_VERSION="$2" FZF_REVISION="${2##*.}" install |