Commit 766e94ad authored by satmandu's avatar satmandu Committed by GitHub

Update to pcre2 10.35 (#4472)

parent 4cce54cc
...@@ -3,23 +3,11 @@ require 'package' ...@@ -3,23 +3,11 @@ require 'package'
class Pcre2 < Package class Pcre2 < Package
description 'The PCRE2 package contains a new generation of the Perl Compatible Regular Expression libraries.' description 'The PCRE2 package contains a new generation of the Perl Compatible Regular Expression libraries.'
homepage 'http://pcre.org/' homepage 'http://pcre.org/'
version '10.34' version '10.35'
compatibility 'all' compatibility 'all'
source_url 'https://ftp.pcre.org/pub/pcre/pcre2-10.34.tar.gz' source_url 'https://ftp.pcre.org/pub/pcre/pcre2-10.35.tar.gz'
source_sha256 'da6aba7ba2509e918e41f4f744a59fa41a2425c59a298a232e7fe85691e00379' source_sha256 '8fdcef8c8f4cd735169dd0225fd010487970c1bcadd49e9b90e26c7250a33dc9'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/pcre2-10.34-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/pcre2-10.34-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/pcre2-10.34-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/pcre2-10.34-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'e1f117b420f4f72645cd643756a01ee712b56ce3b6367f2ec801e300e1d6e4cf',
armv7l: 'e1f117b420f4f72645cd643756a01ee712b56ce3b6367f2ec801e300e1d6e4cf',
i686: 'dafff4b147f8b3f0bffb6411fd7996bd8654823cd0a0789bc5edec723a20cb06',
x86_64: '4325b2825b0c425a5914c750d9837d8ad10d830156e1dc49e11f156664e9b51f',
})
depends_on 'libtool' => :build depends_on 'libtool' => :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