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/sources | 3 | ||||
-rw-r--r-- | community/fzf/version | 2 |
4 files changed, 9 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 90c25cdc..1d31378a 100644 --- a/community/fzf/checksums +++ b/community/fzf/checksums @@ -1 +1,3 @@ -7798a9e22fc363801131456dc21026ccb0f037aed026d17df60b1178b3f24111 0.27.2.tar.gz +%BLAKE3 +222bfdc85127e2fbe87877e35ebf5fe59188676d402feb4f6bac9de84a72102d 0.43.0.tar.gz +76e6f8234601c5eaf8acba83a24dae85f40f87232b5ef2b6b560391657b12d81 fzf-0.43.0-mod-vendor.tar.xz diff --git a/community/fzf/sources b/community/fzf/sources index cb16e767..c840c493 100644 --- a/community/fzf/sources +++ b/community/fzf/sources @@ -1 +1,2 @@ -https://github.com/junegunn/fzf/archive/0.27.2.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 a4f803e4..8cb0a727 100644 --- a/community/fzf/version +++ b/community/fzf/version @@ -1 +1 @@ -0.27.2 1 +0.43.0 1 |