libdrm: update ver
This commit is contained in:
parent
21db1a7915
commit
194dfde2d3
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
pkgver=2.4.103
|
||||
pkgver=2.4.106
|
||||
pkgname=libdrm
|
||||
dep="libpciaccess"
|
||||
bad=""
|
||||
ext="dev"
|
||||
|
||||
fetch() {
|
||||
curl -L "https://dri.freedesktop.org/libdrm/libdrm-2.4.103.tar.xz" -o $pkgname-$pkgver.tar.gz
|
||||
curl -L "https://dri.freedesktop.org/libdrm/libdrm-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.gz
|
||||
tar -xf $pkgname-$pkgver.tar.gz
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue