mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Fzf 0.53.0 => 0.54.0 (#10150)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user