From 5ad08b9f0249d3699cfebc7b8013cc5cd059d16b Mon Sep 17 00:00:00 2001 From: "Satadru Pramanik, DO, MPH, MEng" Date: Mon, 29 Jul 2024 12:23:40 -0400 Subject: [PATCH] libx11 => 1.8.10 (#10220) Signed-off-by: Satadru Pramanik --- packages/libx11.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/libx11.rb b/packages/libx11.rb index 41c94d278..527a61e42 100644 --- a/packages/libx11.rb +++ b/packages/libx11.rb @@ -3,7 +3,7 @@ require 'buildsystems/autotools' class Libx11 < Autotools description 'C interface to the X window system' homepage 'https://x.org/wiki/' - version '1.8.7' + version '1.8.10' license 'X11' compatibility 'x86_64 aarch64 armv7l' source_url 'https://gitlab.freedesktop.org/xorg/lib/libx11.git' @@ -11,9 +11,9 @@ class Libx11 < Autotools binary_compression 'tar.zst' binary_sha256({ - aarch64: 'a5e7b10f0a4931a057e6583e254a58abf3230bab91f39d5b64fd027d1d102639', - armv7l: 'a5e7b10f0a4931a057e6583e254a58abf3230bab91f39d5b64fd027d1d102639', - x86_64: 'c089d6bf6eb3715240f02aacb87064f85aa2c03448dc9e34c18495f62ccd5e9a' + aarch64: '3e992951cf49ed047e4ef45e45b87b640e5aafed4a0614543d7c6957613dd463', + armv7l: '3e992951cf49ed047e4ef45e45b87b640e5aafed4a0614543d7c6957613dd463', + x86_64: '55c2d33cc673cec976f9f628204da0f02e83a92aae0936a42a231df81d5dd05c' }) depends_on 'glibc' # R