mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
ddaee02085
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
5 lines
117 B
Bash
5 lines
117 B
Bash
#!/bin/sh
|
|
#
|
|
# usage: make-release-tarball.sh [version]
|
|
|
|
curl -O ftp://ftp.freedesktop.org/pub/mesa/$1/mesa-$1.tar.xz
|