From 5bd9df5ce62d31546b6e6bfcb976c452fbb8ba41 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 14 Apr 2022 12:35:38 +0200 Subject: fzf: bump to 0.30.0 --- community/fzf/build | 4 ++-- community/fzf/checksums | 3 ++- community/fzf/sources | 3 ++- community/fzf/version | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) (limited to 'community') diff --git a/community/fzf/build b/community/fzf/build index 6cec836d..add7e8ab 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 + +clsed '/^BUILD_FLAGS/s/$/ -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 b0cbe839..46753b82 100644 --- a/community/fzf/checksums +++ b/community/fzf/checksums @@ -1,2 +1,3 @@ %BLAKE3 -54b2cac3d225504ad7e265e2124f057d9374bea633cc73956a0ceece24fa8a30 0.29.0.tar.gz +c94835b2ea705feedf58c99de0b3917828d5289e038634aa80621a625aa6fbcf 0.30.0.tar.gz +3830012bccf458f0a5dddfe778f3135880872a02f83261fcd5b48135c8b2b0c7 fzf-0.30.0-mod-vendor.tar.xz diff --git a/community/fzf/sources b/community/fzf/sources index 665e5e25..66f8de03 100644 --- a/community/fzf/sources +++ b/community/fzf/sources @@ -1 +1,2 @@ -https://github.com/junegunn/fzf/archive/0.29.0.tar.gz +https://github.com/junegunn/fzf/archive/0.30.0.tar.gz +https://dl.carbslinux.org/gomods/fzf-0.30.0-mod-vendor.tar.xz diff --git a/community/fzf/version b/community/fzf/version index 0b56a8aa..b05fc3ac 100644 --- a/community/fzf/version +++ b/community/fzf/version @@ -1 +1 @@ -0.29.0 1 +0.30.0 1 -- cgit v1.2.3