mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
AutoBuild: rsync started at 2025-02-13-14UTC (#11311)
* rsync => 3.4.1 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add built packages for linux/386 to rsync * Add built packages for linux/amd64 to rsync * Add built packages for linux/arm/v7 to rsync --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
97e55143aa
commit
8f690db586
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Rsync < Autotools
|
||||
description 'rsync is an open source utility that provides fast incremental file transfer.'
|
||||
homepage 'https://rsync.samba.org/'
|
||||
version '3.4.0'
|
||||
version '3.4.1'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
source_url "https://rsync.samba.org/ftp/rsync/src/rsync-#{version}.tar.gz"
|
||||
@@ -11,10 +11,10 @@ class Rsync < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '8c54301a434d5d6dd2ae9fa9fc70d17b7fdf7b4230160bdecad5f3e62d4ffb9e',
|
||||
armv7l: '8c54301a434d5d6dd2ae9fa9fc70d17b7fdf7b4230160bdecad5f3e62d4ffb9e',
|
||||
i686: 'edbba6b8dd2ce07c6a413ab52b8e11adfd58fb6b3a18802cde43bd98bc12ead8',
|
||||
x86_64: '469183611bff51c3a412f68d6a58c498947ac58444cc9d4178a52332f178f5b6'
|
||||
aarch64: '3f784635c565a41eaf08db4642380bfdca20475162aa9cb618cbe2dbc3d28735',
|
||||
armv7l: '3f784635c565a41eaf08db4642380bfdca20475162aa9cb618cbe2dbc3d28735',
|
||||
i686: 'a9cf7e10199a2ef329b39d5b15118e0cda2a27876bd31f2438010335116b3bfe',
|
||||
x86_64: 'e1cf690b2a42be06b5d85d40cbf1fede1b1f15a70f783578742e38bd2f3b2c23'
|
||||
})
|
||||
|
||||
depends_on 'acl' # R
|
||||
|
||||
Reference in New Issue
Block a user