Fzf 0.53.0 => 0.54.0 (#10150)

This commit is contained in:
Ed Reel
2024-07-14 19:50:03 -05:00
committed by GitHub
parent 5981b898e9
commit 4d72d63e6f

View File

@@ -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