Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 1a914fd

Browse files
committed
⬆️ Update Qt to v6.3.1
1 parent 711b206 commit 1a914fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-static.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pacman -Syu --needed --noconfirm git cmake ninja \
1010
libxcomposite \
1111
abseil-cpp c-ares re2
1212

13-
curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.3.0/qt-somewhere-static-v6.3.0-archlinux-x86_64.tar.zst
13+
curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.3.1/qt-somewhere-static-v6.3.1-archlinux-x86_64.tar.zst
1414
mkdir static-installed
15-
tar -C static-installed -xf qt-somewhere-static-v6.3.0-archlinux-x86_64.tar.zst
15+
tar -C static-installed -xf qt-somewhere-static-v6.3.1-archlinux-x86_64.tar.zst
1616

1717
git clone https://github.com/grpc/grpc.git --branch v1.46.3 --recursive --verbose --depth 1
1818
mkdir grpc-build && cd grpc-build

0 commit comments

Comments
 (0)