mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Change fontconfig.rb to prepare for pre-built binary files update.
This commit is contained in:
@@ -3,15 +3,11 @@ require 'package'
|
|||||||
class Fontconfig < Package
|
class Fontconfig < Package
|
||||||
description 'Fontconfig is a library for configuring and customizing font access.'
|
description 'Fontconfig is a library for configuring and customizing font access.'
|
||||||
homepage 'https://www.freedesktop.org/software/fontconfig/front.html'
|
homepage 'https://www.freedesktop.org/software/fontconfig/front.html'
|
||||||
version '2.12.4'
|
version '2.12.4-1'
|
||||||
source_url 'https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.4.tar.bz2'
|
source_url 'https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.4.tar.bz2'
|
||||||
source_sha256 '668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c'
|
source_sha256 '668293fcc4b3c59765cdee5cee05941091c0879edcc24dfec5455ef83912e45c'
|
||||||
|
|
||||||
binary_url ({
|
binary_url ({
|
||||||
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/fontconfig-2.12.4-chromeos-armv7l.tar.xz',
|
|
||||||
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/fontconfig-2.12.4-chromeos-armv7l.tar.xz',
|
|
||||||
i686: 'https://dl.bintray.com/chromebrew/chromebrew/fontconfig-2.12.4-chromeos-i686.tar.xz',
|
|
||||||
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/fontconfig-2.12.4-chromeos-x86_64.tar.xz',
|
|
||||||
})
|
})
|
||||||
binary_sha256 ({
|
binary_sha256 ({
|
||||||
aarch64: 'e9019600344fb674b24c24b78599cb9ad45f5b33cfd3d3e31c2a3b8c87895f67',
|
aarch64: 'e9019600344fb674b24c24b78599cb9ad45f5b33cfd3d3e31c2a3b8c87895f67',
|
||||||
|
|||||||
Reference in New Issue
Block a user