Skip to content

Commit

Permalink
Merge pull request #2952 from mariux64/update-libdrm-from-2.4.111-to-…
Browse files Browse the repository at this point in the history
…2.4.116

Update libdrm from 2.4.111 to 2.4.116
  • Loading branch information
pmenzel authored Aug 25, 2023
2 parents 9040072 + 298302b commit 2ce06ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libdrm.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand All @@ -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.
Expand Down

0 comments on commit 2ce06ef

Please sign in to comment.