mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
'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 <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:
committed by
GitHub
parent
fe36622037
commit
2e11d7d76a
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user