From 2e11d7d76ae6d47eb9da0845a45f84ffee986478 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:59:24 +0000 Subject: [PATCH] 'updater-fastfetch-2.57.0' (#14145) * Add unbuilt fastfetch to updater-fastfetch-2.57.0 * updater-fastfetch-2.57.0: Package File Update Run on linux/amd64 container. * updater-fastfetch-2.57.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] --- manifest/armv7l/f/fastfetch.filelist | 3 ++- manifest/x86_64/f/fastfetch.filelist | 3 ++- packages/fastfetch.rb | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/manifest/armv7l/f/fastfetch.filelist b/manifest/armv7l/f/fastfetch.filelist index 8d6afc1503..0e89d48281 100644 --- a/manifest/armv7l/f/fastfetch.filelist +++ b/manifest/armv7l/f/fastfetch.filelist @@ -1,4 +1,4 @@ -# Total size: 1918320 +# Total size: 1993770 /usr/local/bin/fastfetch /usr/local/bin/flashfetch /usr/local/share/bash-completion/completions/fastfetch @@ -28,6 +28,7 @@ /usr/local/share/fastfetch/presets/examples/29.jsonc /usr/local/share/fastfetch/presets/examples/3.jsonc /usr/local/share/fastfetch/presets/examples/30.jsonc +/usr/local/share/fastfetch/presets/examples/31.jsonc /usr/local/share/fastfetch/presets/examples/4.jsonc /usr/local/share/fastfetch/presets/examples/5.jsonc /usr/local/share/fastfetch/presets/examples/6.jsonc diff --git a/manifest/x86_64/f/fastfetch.filelist b/manifest/x86_64/f/fastfetch.filelist index 424c5f753c..c7cb0d4d70 100644 --- a/manifest/x86_64/f/fastfetch.filelist +++ b/manifest/x86_64/f/fastfetch.filelist @@ -1,4 +1,4 @@ -# Total size: 2511916 +# Total size: 2609306 /usr/local/bin/fastfetch /usr/local/bin/flashfetch /usr/local/share/bash-completion/completions/fastfetch @@ -28,6 +28,7 @@ /usr/local/share/fastfetch/presets/examples/29.jsonc /usr/local/share/fastfetch/presets/examples/3.jsonc /usr/local/share/fastfetch/presets/examples/30.jsonc +/usr/local/share/fastfetch/presets/examples/31.jsonc /usr/local/share/fastfetch/presets/examples/4.jsonc /usr/local/share/fastfetch/presets/examples/5.jsonc /usr/local/share/fastfetch/presets/examples/6.jsonc diff --git a/packages/fastfetch.rb b/packages/fastfetch.rb index 5370d5fa7e..e738b21a3e 100644 --- a/packages/fastfetch.rb +++ b/packages/fastfetch.rb @@ -6,7 +6,7 @@ require 'buildsystems/cmake' class Fastfetch < CMake description 'Like Neofetch, but much faster because written in C' homepage 'https://github.com/fastfetch-cli/fastfetch' - version '2.56.1' + version '2.57.0' license 'MIT' compatibility 'aarch64 armv7l x86_64' source_url 'https://github.com/fastfetch-cli/fastfetch.git' @@ -14,9 +14,9 @@ class Fastfetch < CMake binary_compression 'tar.zst' binary_sha256({ - aarch64: 'a53400daace622eb3d0248cc82841976f1fa0c59aaa8e0c7ce9e30cd665bf1ce', - armv7l: 'a53400daace622eb3d0248cc82841976f1fa0c59aaa8e0c7ce9e30cd665bf1ce', - x86_64: '869df9d3a665d335af89fbf3ded81ecb2ca0d8088ca0199ce855236f6770193e' + aarch64: '8a790be49dbd3d9ede9afa8c720d7f8a4b16fba00a580eb59b8ca3afab0983ed', + armv7l: '8a790be49dbd3d9ede9afa8c720d7f8a4b16fba00a580eb59b8ca3afab0983ed', + x86_64: '8e8484133f089e037a47ee7fd6deccc3e79cb920583597736ad7dec27f76f978' }) depends_on 'chafa' => :build