From 2c8b20dc7bb3862cd52574eb0749b8440dc16699 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 23 Aug 2023 12:40:24 +0200 Subject: [PATCH 1/2] libdrm: Update version from 2.4.111 to 2.4.116 --- libdrm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index 5a4f974ea..f19da195f 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libdrm-2.4.111-0 +# BEE_VERSION libdrm-2.4.116-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From 298302b506ee96d5a8371cb6ba1383e923a40806 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 23 Aug 2023 12:41:36 +0200 Subject: [PATCH 2/2] libdrm: Download source archive from beehive.molgen.mpg.de --- libdrm.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdrm.be0 b/libdrm.be0 index f19da195f..1a86b33dd 100755 --- a/libdrm.be0 +++ b/libdrm.be0 @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://dri.freedesktop.org/libdrm/libdrm-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/1e4e75070b8c5cb1e828cef1d704f734/libdrm-2.4.116.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.