ugrep -> 7.7.0 in updater-ugrep-7.7.0 — ugrep: 7.6.0 → 7.7.0 (#15762)

* 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 <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2026-04-21 21:45:50 -05:00
committed by GitHub
parent 57d0f1e78d
commit 0ef3bb1c47
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 2939290
# Total size: 2941701
/usr/local/bin/ug
/usr/local/bin/ug+
/usr/local/bin/ugrep

View File

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