Merge pull request #574 from LoryPelli/mono-6.12.0
Updated `Mono 6.12.0 build.sh`
This commit is contained in:
commit
c1ed7a7118
|
@ -5,7 +5,7 @@ PREFIX=$(realpath $(dirname $0))
|
||||||
mkdir -p build/mono build/mono-basic
|
mkdir -p build/mono build/mono-basic
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
curl "https://download.mono-project.com/sources/mono/mono-6.12.0.122.tar.xz" -o mono.tar.xz
|
curl "https://download.mono-project.com/sources/mono/mono-6.12.0.182.tar.xz" -o mono.tar.xz
|
||||||
curl -L "https://github.com/mono/mono-basic/archive/refs/tags/4.7.tar.gz" -o mono-basic.tar.gz
|
curl -L "https://github.com/mono/mono-basic/archive/refs/tags/4.7.tar.gz" -o mono-basic.tar.gz
|
||||||
tar xf mono.tar.xz --strip-components=1 -C mono
|
tar xf mono.tar.xz --strip-components=1 -C mono
|
||||||
tar xf mono-basic.tar.gz --strip-components=1 -C mono-basic
|
tar xf mono-basic.tar.gz --strip-components=1 -C mono-basic
|
||||||
|
|
Loading…
Reference in New Issue