diff options
Diffstat (limited to 'community/fzf')
-rwxr-xr-x | community/fzf/build | 6 | ||||
-rw-r--r-- | community/fzf/checksums | 4 | ||||
-rw-r--r-- | community/fzf/meta | 3 | ||||
-rw-r--r-- | community/fzf/sources | 3 | ||||
-rw-r--r-- | community/fzf/version | 2 |
5 files changed, 12 insertions, 6 deletions
diff --git a/community/fzf/build b/community/fzf/build index a8c6f07f..ce8caa83 100755 --- a/community/fzf/build +++ b/community/fzf/build @@ -1,8 +1,8 @@ #!/bin/sh -e -export GOPATH=$PWD/gopath -trap "go clean -modcache" EXIT INT -go mod vendor +export GOPATH="$PWD/gopath" + +clsed '/^BUILD_FLAGS/s/$/ -v -mod=vendor/' Makefile make FZF_VERSION="$2" FZF_REVISION="${2##*.}" make FZF_VERSION="$2" FZF_REVISION="${2##*.}" install diff --git a/community/fzf/checksums b/community/fzf/checksums index 05c60cf7..1d31378a 100644 --- a/community/fzf/checksums +++ b/community/fzf/checksums @@ -1 +1,3 @@ -b97cf9ab528391a49dfa45b459c767fb2626ade9f3a3f99d0108d7274f2eca8b 0.25.1.tar.gz +%BLAKE3 +222bfdc85127e2fbe87877e35ebf5fe59188676d402feb4f6bac9de84a72102d 0.43.0.tar.gz +76e6f8234601c5eaf8acba83a24dae85f40f87232b5ef2b6b560391657b12d81 fzf-0.43.0-mod-vendor.tar.xz diff --git a/community/fzf/meta b/community/fzf/meta new file mode 100644 index 00000000..a2a4ebf9 --- /dev/null +++ b/community/fzf/meta @@ -0,0 +1,3 @@ +description: Fuzzy finder written in Go +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/fzf/sources b/community/fzf/sources index 0a4377a0..c840c493 100644 --- a/community/fzf/sources +++ b/community/fzf/sources @@ -1 +1,2 @@ -https://github.com/junegunn/fzf/archive/0.25.1.tar.gz +https://github.com/junegunn/fzf/archive/0.43.0.tar.gz +https://dl.carbslinux.org/gomods/fzf-0.43.0-mod-vendor.tar.xz diff --git a/community/fzf/version b/community/fzf/version index 561ffc84..8cb0a727 100644 --- a/community/fzf/version +++ b/community/fzf/version @@ -1 +1 @@ -0.25.1 1 +0.43.0 1 |