Commit 2f6280a2 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update rsync from 3.1.2 to 3.1.3 (#3332)

parent 08d40371
......@@ -3,22 +3,9 @@ require 'package'
class Rsync < Package
description 'rsync is an open source utility that provides fast incremental file transfer.'
homepage 'https://rsync.samba.org/'
version '3.1.2'
source_url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.1.2.tar.gz'
source_sha256 'ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/rsync-3.1.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/rsync-3.1.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/rsync-3.1.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/rsync-3.1.2-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '400010ac92e997d88815e950811c78a5f193333676dfe3b26787ab01b66906a0',
armv7l: '400010ac92e997d88815e950811c78a5f193333676dfe3b26787ab01b66906a0',
i686: '9e7c37686b5b5a1a4c7b4fbf2c93da29eb465de49e74f67c25408b2b28655311',
x86_64: '93135332086e1db3f21a10c29498b3d6aac4ea540a54e79bd723c8512bbbeb18',
})
version '3.1.3'
source_url 'http://rsync.samba.org/ftp/rsync/src/rsync-3.1.3.tar.gz'
source_sha256 '55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0'
depends_on 'buildessential'
depends_on 'perl' => :build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment