mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
'updater-feh-3.11.2' (#13813)
* Add unbuilt feh to updater-feh-3.11.2 * updater-feh-3.11.2: Package File Update Run on linux/amd64 container. * updater-feh-3.11.2: 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
49d881df00
commit
6a2fe83c27
@@ -1,4 +1,4 @@
|
||||
# Total size: 316858
|
||||
# Total size: 465876
|
||||
/usr/local/bin/feh
|
||||
/usr/local/share/applications/feh.desktop
|
||||
/usr/local/share/doc/feh/AUTHORS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 314914
|
||||
# Total size: 474980
|
||||
/usr/local/bin/feh
|
||||
/usr/local/share/applications/feh.desktop
|
||||
/usr/local/share/doc/feh/AUTHORS
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Feh < Package
|
||||
description 'feh is an X11 image viewer aimed mostly at console users.'
|
||||
homepage 'https://feh.finalrewind.org/'
|
||||
version '3.10.3'
|
||||
version '3.11.2'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/derf/feh.git'
|
||||
@@ -11,12 +11,13 @@ class Feh < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '0d18534a578eaf97e8d1557f4f8a253a3a2afa2d78161f6c46a7dedf35c59ff6',
|
||||
armv7l: '0d18534a578eaf97e8d1557f4f8a253a3a2afa2d78161f6c46a7dedf35c59ff6',
|
||||
x86_64: '59ec39b623a00fde6cdde8dbaf99613b2d952db713907cd7895cf66152c553c5'
|
||||
aarch64: 'c9a30dc72fa0757ab043309b13ea2831164e863a9b12112037244e88a4b9710a',
|
||||
armv7l: 'c9a30dc72fa0757ab043309b13ea2831164e863a9b12112037244e88a4b9710a',
|
||||
x86_64: 'cca070d8b0846c7079d864566e6a567196cb9db78d2db5bc395572df426f9d1c'
|
||||
})
|
||||
|
||||
depends_on 'curl'
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'gtk3'
|
||||
depends_on 'imlib2'
|
||||
depends_on 'libexif'
|
||||
|
||||
Reference in New Issue
Block a user