mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
gz => xz
This commit is contained in:
parent
38dbc33375
commit
b573255187
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
distributable:
|
||||
url: https://dri.freedesktop.org/libdrm/libdrm-{{version}}.tar.gz
|
||||
url: https://dri.freedesktop.org/libdrm/libdrm-{{version}}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
url: https://dri.freedesktop.org/libdrm/
|
||||
match: /libdrm-\d+\.\d+\.\d+\.tar\.gz/
|
||||
match: /libdrm-\d+\.\d+\.\d+\.tar\.xz/
|
||||
strip:
|
||||
- /^libdrm-/
|
||||
- /\.tar\.gz$/
|
||||
- /\.tar\.xz$/
|
||||
|
||||
display-name: libdrm
|
||||
|
||||
|
|
Loading…
Reference in a new issue