From 0ef3bb1c47bd22ff816fdf24cada149ca7ee1183 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:45:50 -0500 Subject: [PATCH] =?UTF-8?q?ugrep=20->=207.7.0=20in=20updater-ugrep-7.7.0?= =?UTF-8?q?=20=E2=80=94=20ugrep:=207.6.0=20=E2=86=92=207.7.0=20(#15762)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ugrep -> 7.7.0 in updater-ugrep-7.7.0 * updater-ugrep-7.7.0: Package File Update Run on linux/amd64 container. * Update ugrep.rb --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] Co-authored-by: Satadru Pramanik, DO, MPH, MEng --- manifest/x86_64/u/ugrep.filelist | 2 +- packages/ugrep.rb | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest/x86_64/u/ugrep.filelist b/manifest/x86_64/u/ugrep.filelist index b2ec8a4d04..4ea55ee001 100644 --- a/manifest/x86_64/u/ugrep.filelist +++ b/manifest/x86_64/u/ugrep.filelist @@ -1,4 +1,4 @@ -# Total size: 2939290 +# Total size: 2941701 /usr/local/bin/ug /usr/local/bin/ug+ /usr/local/bin/ugrep diff --git a/packages/ugrep.rb b/packages/ugrep.rb index ff0d324a7c..86fce019d5 100644 --- a/packages/ugrep.rb +++ b/packages/ugrep.rb @@ -3,7 +3,7 @@ require 'buildsystems/autotools' class Ugrep < Autotools description 'A more powerful, ultra fast, user-friendly, compatible grep' homepage 'https://ugrep.com/' - version '7.6.0' + version '7.7.0' license 'BSD-3 Clause' compatibility 'x86_64' source_url 'https://github.com/Genivia/ugrep.git' @@ -11,17 +11,17 @@ class Ugrep < Autotools binary_compression 'tar.zst' binary_sha256({ - x86_64: 'db52769d9b3f6c63584b06b498aa9bfe41e3b875b1d4032cd2e1ad902e3cac95' + x86_64: '3a47e4719d1937fe595c9ae2147882af076dccce183053113c17afea8ad9c5aa' }) depends_on 'brotli' => :executable depends_on 'bzip2' => :executable - depends_on 'gcc_lib' => :library - depends_on 'glibc' => :library + depends_on 'gcc_lib' => :executable + depends_on 'glibc' => :executable depends_on 'lz4' => :executable depends_on 'pcre2' => :executable depends_on 'xzutils' => :executable - depends_on 'zlib' => :library + depends_on 'zlib' => :executable depends_on 'zstd' => :executable def self.patch