Skip to content

Commit

Permalink
Merge pull request #2582 from mariux64/update-x86-video-amdgpu-from-1…
Browse files Browse the repository at this point in the history
…9.1.0-to-22.0.0

Update x86-video-amdgpu from 19.1.0 to 22.0.0
  • Loading branch information
pmenzel authored May 5, 2022
2 parents c7282c9 + e0fe081 commit cf70772
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xf86-video-amdgpu.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xf86-video-amdgpu-19.1.0-0
# BEE_VERSION xf86-video-amdgpu-22.0.0-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://www.x.org/releases/individual/driver/xf86-video-amdgpu-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://www.x.org/releases/individual/driver/xf86-video-amdgpu-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6c907b44d32a0112e1a4788bab727f79/xf86-video-amdgpu-22.0.0.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit cf70772

Please sign in to comment.