Commit 00106934 authored by vincowl's avatar vincowl Committed by GitHub

[libx11] Update to 1.6.9 (#3958)

* [libx11] Update to 1.6.9

* [libx11] Update to 1.6.9
Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent aaec2354
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Libx11 < Package class Libx11 < Package
description 'C interface to the X window system' description 'C interface to the X window system'
homepage 'https://x.org' homepage 'https://x.org'
version '1.6.5-1' version '1.6.9'
source_url 'https://www.x.org/archive/individual/lib/libX11-1.6.5.tar.gz' source_url 'https://www.x.org/archive/individual/lib/libX11-1.6.9.tar.bz2'
source_sha256 '3abce972ba62620611fab5b404dafb852da3da54e7c287831c30863011d28fb3' source_sha256 '9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.5-1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'ff6bc290a58bee7558e7a02e587e7820b6b376d8c33254eac18e63e157c3365b',
armv7l: 'ff6bc290a58bee7558e7a02e587e7820b6b376d8c33254eac18e63e157c3365b',
i686: '0c90a7c81ef29662eab897399bd3fb7f49b7d933e2a97abe8a762e21b3eaa5c4',
x86_64: '566173764c75b30509d33f16efb13d59244a79274b5af833b17a2e1483e26e97',
}) })
depends_on 'xorg_proto' depends_on 'xorg_proto'
......
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