Commit 1d772ca9 authored by Vincent GIRARD's avatar Vincent GIRARD

[automake] Update to 1.16.2

parent d8b0209b
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Automake < Package class Automake < Package
description 'Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.' description 'Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.'
homepage 'http://www.gnu.org/software/automake/' homepage 'http://www.gnu.org/software/automake/'
version '1.16.1' version '1.16.2'
source_url 'https://ftpmirror.gnu.org/automake/automake-1.16.1.tar.xz' source_url 'https://ftpmirror.gnu.org/automake/automake-1.16.2.tar.xz'
source_sha256 '5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921' source_sha256 'ccc459de3d710e066ab9e12d2f119bd164a08c9341ca24ba22c9adaa179eedd0'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/automake-1.16.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/automake-1.16.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/automake-1.16.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/automake-1.16.1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '83961e48a99575d70e225d4d0b89b71eae90dd7308fb6a5e8234831afdb87134',
armv7l: '83961e48a99575d70e225d4d0b89b71eae90dd7308fb6a5e8234831afdb87134',
i686: '46cc913feaf2b7ad6490967361fc36ee69181deb0481c9287d9949fcfe45b579',
x86_64: '3f9ff866f29e8b15b99e2b807e2c7f75d8091d551f25ab5480b60703c3612ba6',
}) })
depends_on 'autoconf' depends_on 'autoconf'
......
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