Commit graph

98 commits

Author SHA1 Message Date
Harsh Shandilya 89f671716a
fzf: patch fzf-tmux' bc dependency
Fixes #225579
2023-06-25 23:40:33 +05:30
Alexis Hildebrandt e6333583be fzf: 0.41.1 -> 0.42.0 2023-06-15 12:30:55 +10:00
Donghang Lin 794f6f1f25 fzf: build with CGO_ENABLED=0
Since 0.36.0, fzf introduced several go libs that bring CGO dependencies if CGO is enabled.
This makes the final binary depend on several non deterministic glibc share libraries.
Fix with CGO_ENABLED=0 to make the final binary static.
2023-06-01 11:39:47 -07:00
zowoq e1e943023f fzf: 0.41.0 -> 0.41.1
Diff: https://github.com/junegunn/fzf/compare/0.41.0...0.41.1

Changelog: https://github.com/junegunn/fzf/blob/0.41.1/CHANGELOG.md
2023-05-27 18:06:06 +10:00
Yash Garg 8274127386
fzf: 0.40.0 -> 0.41.0 2023-05-25 22:29:31 +05:30
zowoq 85d926ecb2 fzf: 0.39.0 -> 0.40.0
Diff: https://github.com/junegunn/fzf/compare/0.39.0...0.40.0

Changelog: https://github.com/junegunn/fzf/blob/0.40.0/CHANGELOG.md
2023-05-01 09:11:24 +10:00
Harsh Shandilya cfe29195c4 fzf: 0.38.0 -> 0.39.0
Diff: https://github.com/junegunn/fzf/compare/0.38.0...0.39.0

Changelog: https://github.com/junegunn/fzf/blob/0.39.0/CHANGELOG.md
2023-04-03 08:12:23 +10:00
Doron Behar 79c6578005 fzf: install vim-plugin to nvim/site 2023-03-08 12:32:40 +02:00
Alexis Hildebrandt 1bddde3152 fzf: 0.37.0 -> 0.38.0 2023-02-16 07:32:42 +10:00
zowoq 8643480e48 fzf: 0.36.0 -> 0.37.0
Diff: https://github.com/junegunn/fzf/compare/0.36.0...0.37.0

Changelog: https://github.com/junegunn/fzf/blob/0.37.0/CHANGELOG.md
2023-01-25 06:25:44 +10:00
misuzu 6262935d09 fzf: fix failing test on 32-bit platforms 2023-01-23 20:41:11 +10:00
Alyssa Ross d01e46db3c fzf: only wrap perl on Linux
As the comment says, this should only have happened on Linux, not all
non-Darwin platforms.

Fixes pkgsCross.x86_64-netbsd.fzf.

Fixes: 1693ed2be9 ("fzf: wrap 'perl' in scripts with LOCALE_ARCHIVE")
2023-01-18 12:15:47 +00:00
zowoq cdd8bd0799 fzf: 0.35.1 -> 0.36.0
Diff: https://github.com/junegunn/fzf/compare/0.35.1...0.36.0

Changelog: https://github.com/junegunn/fzf/blob/0.36.0/CHANGELOG.md
2023-01-18 07:08:53 +10:00
Austin Seipp e74582c9ff
fzf: minor code tweaks (#208323)
Suggested by zowoq in #207078.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-30 18:36:17 +10:00
Austin Seipp 1693ed2be9 fzf: wrap 'perl' in scripts with LOCALE_ARCHIVE
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-22 23:06:05 -06:00
laalsaas 123cdd4990 fzf: cleanup
- use installShellFiles
- mkdir;cp -> install
- unify shell completion installation
2022-12-03 02:56:03 +01:00
zowoq 6a815221ae fzf: 0.35.0 -> 0.35.1
https://github.com/junegunn/fzf/releases/tag/0.35.1
2022-11-18 22:08:30 +10:00
ilkecan b4a57686c8 fzf: 0.34.0 -> 0.35.0 2022-11-12 07:34:24 +10:00
kilianar f154536514 fzf: 0.33.0 -> 0.34.0
https://github.com/junegunn/fzf/releases/tag/0.34.0
2022-09-29 06:44:06 +10:00
zowoq 6051d2959b fzf: 0.32.1 -> 0.33.0 2022-08-29 11:18:00 +10:00
kilianar 0b62bc1e21 fzf: 0.32.0 -> 0.32.1
https://github.com/junegunn/fzf/releases/tag/0.32.1
2022-08-09 05:11:51 +10:00
zowoq 20a308341e fzf: 0.31.0 -> 0.32.0
https://github.com/junegunn/fzf/releases/tag/0.32.0
2022-08-02 23:05:03 +10:00
kilianar f861ecf285 fzf: 0.30.0 -> 0.31.0
https://github.com/junegunn/fzf/releases/tag/0.31.0
2022-07-23 08:22:39 +10:00
zowoq f27a769728 fzf: 0.29.0 -> 0.30.0
https://github.com/junegunn/fzf/releases/tag/0.30.0
2022-04-05 00:11:18 +10:00
zowoq a2ed73c447 fzf: 0.28.0 -> 0.29.0
https://github.com/junegunn/fzf/releases/tag/0.29.0
2021-12-25 07:15:25 +10:00
Maximilian Bosch 1e4f70fc39
fzf: 0.27.3 -> 0.28.0
ChangeLog: https://github.com/junegunn/fzf/releases/tag/0.28.0
2021-11-06 13:10:00 +01:00
zowoq d4bb31d914 fzf: 0.27.2 -> 0.27.3
https://github.com/junegunn/fzf/releases/tag/0.27.3
2021-10-16 06:49:10 +10:00
zowoq ade459da48 fzf: buildFlagsArray -> ldflags 2021-08-06 10:54:38 +10:00
R. RyanTM d9d422285c fzf: 0.27.1 -> 0.27.2 2021-06-02 08:44:27 +10:00
zowoq 60dfaef8e1 fzf: 0.27.0 -> 0.27.1
https://github.com/junegunn/fzf/releases/tag/0.27.1
2021-05-22 16:38:22 +10:00
zowoq 38d65f2dc2 fzf: 0.26.0 -> 0.27.0
https://github.com/junegunn/fzf/releases/tag/0.27.0
2021-04-07 05:50:12 +10:00
Daniel Nagy 88b18be56d
fzf: add changelog 2021-04-01 17:59:49 +02:00
Kid 0e3fb2ae42
fzf: 0.25.1 -> 0.26.0
https://github.com/junegunn/fzf/releases/tag/0.26.0
2021-03-14 01:04:08 +08:00
zowoq 94109e5b37 fzf: 0.25.0 -> 0.25.1
https://github.com/junegunn/fzf/releases/tag/0.25.1
2021-02-14 06:58:47 +10:00
zowoq 8710256ef4 fzf: 0.24.4 -> 0.25.0
https://github.com/junegunn/fzf/releases/tag/0.25.0
2021-01-06 06:11:26 +10:00
zowoq 2ecc7a467e fzf: 0.24.3 -> 0.24.4
https://github.com/junegunn/fzf/releases/tag/0.24.4
2020-12-06 05:46:49 +10:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
zowoq 64c4adce54 fzf: 0.24.2 -> 0.24.3
https://github.com/junegunn/fzf/releases/tag/0.24.3
2020-11-09 21:52:49 +10:00
zowoq 93c4fad2c3 fzf: 0.24.1 -> 0.24.2
https://github.com/junegunn/fzf/releases/tag/0.24.2
2020-11-04 08:25:03 +10:00
zowoq 263c9eabef fzf: 0.24.0 -> 0.24.1
https://github.com/junegunn/fzf/releases/tag/0.24.1
2020-10-29 08:38:06 +10:00
zowoq 023abd4ffb fzf: 0.23.1 -> 0.24.0
https://github.com/junegunn/fzf/releases/tag/0.24.0
2020-10-28 09:07:12 +10:00
zowoq 62e614262a fzf: 0.23.0 -> 0.23.1
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0231
2020-10-11 16:42:35 +10:00
zowoq 1a6640a907 fzf: 0.22.0 -> 0.23.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0230
2020-10-07 22:20:35 +10:00
Silvan Mosberger 7ff5fd2e91
fzf: Make sure that perl path is valid 2020-08-21 22:30:27 +02:00
zowoq 264475ce5b buildGoModule packages: remove doCheck = true 2020-08-10 16:02:36 +10:00
zowoq 6a8ca288e7 fzf: 0.21.1 -> 0.22.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0220
2020-08-02 17:29:39 +10:00
zowoq 6ac70262b7 fzf: add maintainer 2020-06-08 13:25:05 +10:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
zowoq cc21aa99a4 fzf: 0.21.0-1 -> 0.21.1
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0211
2020-04-03 18:50:25 +10:00
zowoq 179aa6ec04 fzf: 0.21.0 -> 0.21.0-1 2020-03-13 10:34:32 +10:00