From a08352f471bd1f15fb27349940dbb07009ad49d9 Mon Sep 17 00:00:00 2001 From: Nova Date: Sun, 23 Mar 2025 10:35:42 +0330 Subject: [PATCH] update qr deps --- script/build_deps_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/build_deps_all.sh b/script/build_deps_all.sh index 1aa1e48..236b12b 100755 --- a/script/build_deps_all.sh +++ b/script/build_deps_all.sh @@ -22,8 +22,8 @@ clean() { rm -rf dl.zip yaml-* zxing-* protobuf curl cpr libpsl* zlib vcpkg } -#### ZXing v2.2.0 #### -curl -L -o dl.zip https://github.com/nu-book/zxing-cpp/archive/refs/tags/v2.2.0.zip +#### ZXing v2.3.0 #### +curl -L -o dl.zip https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v2.3.0.zip unzip dl.zip cd zxing-*