aboutsummaryrefslogtreecommitdiff
path: root/community/fzf
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-04-14 12:35:38 +0200
committerCem Keylan <cem@ckyln.com>2022-04-14 12:35:38 +0200
commit5bd9df5ce62d31546b6e6bfcb976c452fbb8ba41 (patch)
tree3444f7b850c22274439730ce8fa75651e39b0afd /community/fzf
parentd9ade79c0056b9355da86bc4a16ad691439ee0b5 (diff)
downloadrepository-5bd9df5ce62d31546b6e6bfcb976c452fbb8ba41.tar.gz
fzf: bump to 0.30.0
Diffstat (limited to 'community/fzf')
-rwxr-xr-xcommunity/fzf/build4
-rw-r--r--community/fzf/checksums3
-rw-r--r--community/fzf/sources3
-rw-r--r--community/fzf/version2
4 files changed, 7 insertions, 5 deletions
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