Skip to content

Commit 0479886

Browse files
committed
Fix quickcpplib version to the one used by outcome's latest release
1 parent d012072 commit 0479886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskfiles/deps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ tasks:
100100
vars:
101101
NAME: "{{.G_QUICKCPPLIB_LIB_NAME}}"
102102
WORK_DIR: "{{.G_QUICKCPPLIB_WORK_DIR}}"
103-
FILE_SHA256: "cd1f4cd5e9580957bd9e9fabf5b9133ffe3594071a1eed6fe685d9143b961294"
104-
URL: "https://github.com/ned14/quickcpplib/archive/master.tar.gz"
103+
FILE_SHA256: "5d4c9b2d6fa177d3fb14f3fe3086867e43b44f4a7a944eb10ee4616b2b0f3c05"
104+
URL: "https://github.com/ned14/quickcpplib/archive/f3e452e.tar.gz"
105105
GEN_ARGS:
106106
- "-DBUILD_TESTING=OFF"
107107
- "-DCMAKE_BUILD_TYPE=Release"

0 commit comments

Comments
 (0)