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

Commit 3f1fff1

Browse files
committed
⬆️ Update Qt to v6.2.3 and gRPC to v1.44.0
1 parent 8436ac8 commit 3f1fff1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-static.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ 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.2.2/qt-somewhere-static-v6.2.2-archlinux-x86_64.tar.zst
13+
curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.2.3/qt-somewhere-static-v6.2.3-archlinux-x86_64.tar.zst
1414
mkdir static-installed
15-
tar -C static-installed -xf qt-somewhere-static-v6.2.2-archlinux-x86_64.tar.zst
15+
tar -C static-installed -xf qt-somewhere-static-v6.2.3-archlinux-x86_64.tar.zst
1616

17-
git clone https://github.com/grpc/grpc.git --branch v1.42.0 --recursive --verbose --depth 1
17+
git clone https://github.com/grpc/grpc.git --branch v1.44.0 --recursive --verbose --depth 1
1818
mkdir grpc-build && cd grpc-build
1919
cmake ../grpc \
2020
-DBUILD_SHARED_LIBS=OFF \

0 commit comments

Comments
 (0)