From 4d72d63e6fffe5c7c2bd28fc37a0de776746b3d9 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Sun, 14 Jul 2024 19:50:03 -0500 Subject: [PATCH] Fzf 0.53.0 => 0.54.0 (#10150) --- packages/fzf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/fzf.rb b/packages/fzf.rb index 0b907b552..21fe4e94b 100644 --- a/packages/fzf.rb +++ b/packages/fzf.rb @@ -3,18 +3,18 @@ require 'package' class Fzf < Package description 'A command-line fuzzy finder' homepage 'https://github.com/junegunn/fzf' - version '0.53.0' + version '0.54.0' license 'MIT and BSD-with-disclosure' compatibility 'x86_64 aarch64 armv7l' source_url({ - aarch64: "https://github.com/junegunn/fzf/releases/download/#{version}/fzf-#{version}-linux_armv7.tar.gz", - armv7l: "https://github.com/junegunn/fzf/releases/download/#{version}/fzf-#{version}-linux_armv7.tar.gz", - x86_64: "https://github.com/junegunn/fzf/releases/download/#{version}/fzf-#{version}-linux_amd64.tar.gz" + aarch64: "https://github.com/junegunn/fzf/releases/download/v#{version}/fzf-#{version}-linux_armv7.tar.gz", + armv7l: "https://github.com/junegunn/fzf/releases/download/v#{version}/fzf-#{version}-linux_armv7.tar.gz", + x86_64: "https://github.com/junegunn/fzf/releases/download/v#{version}/fzf-#{version}-linux_amd64.tar.gz" }) source_sha256({ - aarch64: '71b986c3a57144ac902b13231f33345c111ffd6689b884b3af6f2f609e3d5013', - armv7l: '71b986c3a57144ac902b13231f33345c111ffd6689b884b3af6f2f609e3d5013', - x86_64: 'af2663c3309967dc191d21537e53c2e9f8a37f490a32456b9498a006f05e3796' + aarch64: '9dcaee3a91c7c13a0589968f12dba05cce8249b42cb5b4a90d5fbdbb06df7c0c', + armv7l: '9dcaee3a91c7c13a0589968f12dba05cce8249b42cb5b4a90d5fbdbb06df7c0c', + x86_64: '4484583c3a9df5557563bc3885b278ea5144a7f36805e368f77a325c15335642' }) no_compile_needed