Commit 0b0efa52 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update aria2 from 1.34.0 to 1.35.0 (#3612)

Tested on ARM.
parent c9f188fa
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Aria2 < Package class Aria2 < Package
description 'aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.' description 'aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.'
homepage 'https://aria2.github.io/' homepage 'https://aria2.github.io/'
version '1.34.0' version '1.35.0'
source_url 'https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.xz' source_url 'https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz'
source_sha256 '3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3' source_sha256 '1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/aria2-1.34.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/aria2-1.34.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/aria2-1.34.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/aria2-1.34.0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'bc492c8c31baf9b8e90719f640196b720277343198d4e3b11e7c9a4acae2b5ce',
armv7l: 'bc492c8c31baf9b8e90719f640196b720277343198d4e3b11e7c9a4acae2b5ce',
i686: '85e56222a315543f6aedb0f744538f3969ed632cbb3aff2c67c8bcfbb341d580',
x86_64: '17b8d40ca1a21416cff6fce22621e5720ee7c1643cad4e2822802926fa99ac5d',
}) })
depends_on 'c_ares' depends_on 'c_ares'
......
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