diff options
author | Cem Keylan <cem@ckyln.com> | 2023-10-24 10:23:33 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-10-24 10:23:33 +0200 |
commit | 6cb5e4da641d5dcd763e006a8fec3d3faced20bb (patch) | |
tree | ba5f2bdd26411fd97fbe6455540e4def36a518fc /community | |
parent | 0443057dc727cf9dcd12758c998eb4f74006cfd8 (diff) | |
download | repository-6cb5e4da641d5dcd763e006a8fec3d3faced20bb.tar.gz |
fzf: bump to 0.43.0
Diffstat (limited to 'community')
-rwxr-xr-x | community/fzf/build | 2 | ||||
-rw-r--r-- | community/fzf/checksums | 4 | ||||
-rw-r--r-- | community/fzf/sources | 4 | ||||
-rw-r--r-- | community/fzf/version | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/community/fzf/build b/community/fzf/build index add7e8ab..ce8caa83 100755 --- a/community/fzf/build +++ b/community/fzf/build @@ -2,7 +2,7 @@ export GOPATH="$PWD/gopath" -clsed '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile +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 a988fa27..1d31378a 100644 --- a/community/fzf/checksums +++ b/community/fzf/checksums @@ -1,3 +1,3 @@ %BLAKE3 -e08813802a9f4a573cffbd7040475871c5bdfa757642f2e33f158f92da9131b0 0.42.0.tar.gz -c5eb993131a1c0e885fd20445416300fbabdf0b29ea735f1b1d63df1ccd4b28e fzf-0.42.0-mod-vendor.tar.xz +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 3374a315..c840c493 100644 --- a/community/fzf/sources +++ b/community/fzf/sources @@ -1,2 +1,2 @@ -https://github.com/junegunn/fzf/archive/0.42.0.tar.gz -https://dl.carbslinux.org/gomods/fzf-0.42.0-mod-vendor.tar.xz +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 27a69437..8cb0a727 100644 --- a/community/fzf/version +++ b/community/fzf/version @@ -1 +1 @@ -0.42.0 1 +0.43.0 1 |