fzf -> 0.72.0 in updater-fzf-0.72.0 — fzf: 0.71.0 → 0.72.0 (#15855)

* fzf -> 0.72.0 in updater-fzf-0.72.0

* updater-fzf-0.72.0: Package File Update Run on linux/386 container.

* updater-fzf-0.72.0: Package File Update Run on linux/amd64 container.

* updater-fzf-0.72.0: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-04-27 02:03:42 +00:00
committed by GitHub
parent 2d0f7511cd
commit a86eabe76b
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 4516655
# Total size: 4583851
/usr/local/bin/fzf
/usr/local/bin/fzf-tmux
/usr/local/etc/bash.d/10-fzf

View File

@@ -1,4 +1,4 @@
# Total size: 4421631
# Total size: 4443795
/usr/local/bin/fzf
/usr/local/bin/fzf-tmux
/usr/local/etc/bash.d/10-fzf

View File

@@ -1,4 +1,4 @@
# Total size: 4845695
# Total size: 4867859
/usr/local/bin/fzf
/usr/local/bin/fzf-tmux
/usr/local/etc/bash.d/10-fzf

View File

@@ -3,7 +3,7 @@ require 'package'
class Fzf < Package
description 'A command-line fuzzy finder'
homepage 'https://github.com/junegunn/fzf'
version '0.71.0'
version '0.72.0'
license 'MIT and BSD-with-disclosure'
compatibility 'all'
source_url 'https://github.com/junegunn/fzf.git'
@@ -11,10 +11,10 @@ class Fzf < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '7d535e887908ca2df74cae9a2d8d761f7f840bd17e7b7c9525cd8e364f21111c',
armv7l: '7d535e887908ca2df74cae9a2d8d761f7f840bd17e7b7c9525cd8e364f21111c',
i686: 'e0bd8a9f63f1df3b71e0d6be588df73409dd2da9254bb3331451a0b6418d814c',
x86_64: 'e8222e3c75d96cd46b26954d4b6251731137d61b16a3b3b8f3628e903f87dee7'
aarch64: '0bd2eac7f50af32b72ff99f2d151e8717d8a7094004a9d181fafadb8981f2068',
armv7l: '0bd2eac7f50af32b72ff99f2d151e8717d8a7094004a9d181fafadb8981f2068',
i686: '9c9231c664f94850697c402f6449f1ac99d09586db4b47b9dda31324b2e35193',
x86_64: 'a7bbf6d7d8766bcf4a5e161a650c88413d1018220635448e19429225faf4243f'
})
depends_on 'glibc' => :executable