mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
'updater-fdupes-2.4.0' (#13809)
* Add unbuilt fdupes to updater-fdupes-2.4.0 * updater-fdupes-2.4.0: Package File Update Run on linux/386 container. * updater-fdupes-2.4.0: Package File Update Run on linux/amd64 container. * updater-fdupes-2.4.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
17972b3d5c
commit
66952afcbb
@@ -1,4 +1,4 @@
|
||||
# Total size: 45171
|
||||
# Total size: 94167
|
||||
/usr/local/bin/fdupes
|
||||
/usr/local/share/man/man1/fdupes.1.zst
|
||||
/usr/local/share/man/man7/fdupes-help.7.zst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 46547
|
||||
# Total size: 106303
|
||||
/usr/local/bin/fdupes
|
||||
/usr/local/share/man/man1/fdupes.1.zst
|
||||
/usr/local/share/man/man7/fdupes-help.7.zst
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 45139
|
||||
# Total size: 102967
|
||||
/usr/local/bin/fdupes
|
||||
/usr/local/share/man/man1/fdupes.1.zst
|
||||
/usr/local/share/man/man7/fdupes-help.7.zst
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Fdupes < Autotools
|
||||
description 'Program for identifying or deleting duplicate files residing within specified directories.'
|
||||
homepage 'https://github.com/adrianlopezroche/fdupes'
|
||||
version '2.3.2'
|
||||
version '2.4.0'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/adrianlopezroche/fdupes.git'
|
||||
@@ -11,10 +11,10 @@ class Fdupes < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '380ae7833a60f5c8a3b5d6775e28247cfad53936b86d7d94c4cf62a12a71d0ff',
|
||||
armv7l: '380ae7833a60f5c8a3b5d6775e28247cfad53936b86d7d94c4cf62a12a71d0ff',
|
||||
i686: 'c1723549021cfecdf9cf087a81e5c5c1a3e307754d781932411d504422625409',
|
||||
x86_64: '73038847795557bb79c7ce94a38246816a7619d19e130ea3854151479a4923d6'
|
||||
aarch64: '43c75d3d38928f9103d80549d77c10d98c05ce79569916cb3dee751776afc653',
|
||||
armv7l: '43c75d3d38928f9103d80549d77c10d98c05ce79569916cb3dee751776afc653',
|
||||
i686: '4b33d978fafe38a107bcb3eb8aa1b2d4344c45c8c084d0c90ca6c8de04f5630b',
|
||||
x86_64: 'dafadea4932a9652e933a15505fad9ba82ab1bcbc48a04ae02503e938d33391d'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user