mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
updater-gifsicle-1.96 — gifsicle → 1.96 (#12585)
* Add unbuilt gifsicle to updater-gifsicle-1.96 * updater-gifsicle-1.96: Build Run on linux/386. * updater-gifsicle-1.96: Build Run on linux/arm/v7. * updater-gifsicle-1.96: Build Run on linux/amd64. * updater-gifsicle-1.96: Package File Update Run on linux/386 container. --------- Co-authored-by: satmandu <satmandu@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
ad5bbcf901
commit
edaed0ce0a
@@ -1,4 +1,4 @@
|
||||
# Total size: 121486
|
||||
# Total size: 274136
|
||||
/usr/local/bin/gifdiff
|
||||
/usr/local/bin/gifsicle
|
||||
/usr/local/share/man/man1/gifdiff.1.zst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 133066
|
||||
# Total size: 302504
|
||||
/usr/local/bin/gifdiff
|
||||
/usr/local/bin/gifsicle
|
||||
/usr/local/share/man/man1/gifdiff.1.zst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 130886
|
||||
# Total size: 307028
|
||||
/usr/local/bin/gifdiff
|
||||
/usr/local/bin/gifsicle
|
||||
/usr/local/share/man/man1/gifdiff.1.zst
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Gifsicle < Autotools
|
||||
description 'Gifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations.'
|
||||
homepage 'http://www.lcdf.org/gifsicle/'
|
||||
version '1.95'
|
||||
version '1.96'
|
||||
license 'GPL-2 and MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/kohler/gifsicle.git'
|
||||
@@ -11,12 +11,14 @@ class Gifsicle < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'b408cd75c80c180c68265617e77e795fb74232c379b2fe70576edb0186b4166f',
|
||||
armv7l: 'b408cd75c80c180c68265617e77e795fb74232c379b2fe70576edb0186b4166f',
|
||||
i686: '5a81d9d1719b248848c189045f70dda0664ce01aa04604daadb20f0c9aab76b3',
|
||||
x86_64: '6fc9976eb9f4680a3a3b57adefc027f0b53b27e5186aea1d3e824509e4244c92'
|
||||
aarch64: 'af90dcab82de8d5bab592c5e5fa0eb0650d57ca6b7d8e270ed895cee85d8939a',
|
||||
armv7l: 'af90dcab82de8d5bab592c5e5fa0eb0650d57ca6b7d8e270ed895cee85d8939a',
|
||||
i686: '77965e8560f1fbfae8b0bb78a33b95bd6d2fd8dfba47d5cfcf49b1aa8a51f789',
|
||||
x86_64: '340648beaab00e5d33c7db52de43b46fe4b5037c8a538660107a68d04dde09bd'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
autotools_configure_options '--without-x --disable-gifview'
|
||||
|
||||
def self.patch
|
||||
|
||||
Reference in New Issue
Block a user