diff --git a/main.sh b/main.sh index 680ed8d..a0988bb 100755 --- a/main.sh +++ b/main.sh @@ -6,15 +6,15 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="0.21.1" +VERSION="0.23.0" # Clone Upstream -git clone --recurse-submodules https://github.com/WiVRn/WiVRn.git -b v"$VERSION" +git clone --recurse-submodules https://github.com/WiVRn/WiVRn.git -b v0.23 cd WiVRn apt-get install wget -y -wget https://gitlab.freedesktop.org/monado/monado/-/archive/cef70d03ca749225af0de57824270ad708bd828a/monado-cef70d03ca749225af0de57824270ad708bd828a.tar.gz +wget https://gitlab.freedesktop.org/monado/monado/-/archive/5bdb51697685320e3f5d494210f25fb2967c9fc3/monado-5bdb51697685320e3f5d494210f25fb2967c9fc3.tar.gz mkdir ./monado-src tar xzf monado-*.tar.gz --strip-components=1 -C ./monado-src cd ./monado-src