File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ sqlite-src: sqlite-src/$(SQLITE_AMALGAMATION) sqlite-src/$(SQLITE_AMALGAMATION)/
173173sqlite-src/$(SQLITE_AMALGAMATION ) : cache/$(SQLITE_AMALGAMATION ) .zip sqlite-src/$(SQLITE_AMALGAMATION ) /$(EXTENSION_FUNCTIONS )
174174 mkdir -p sqlite-src/$(SQLITE_AMALGAMATION )
175175 echo ' $(SQLITE_AMALGAMATION_ZIP_SHA3) ./cache/$(SQLITE_AMALGAMATION).zip' > cache/check.txt
176- sha3sum -c cache/check.txt
176+ sha3sum -a 256 - c cache/check.txt
177177 # We don't delete the sqlite_amalgamation folder. That's a job for clean
178178 # Also, the extension functions get copied here, and if we get the order of these steps wrong,
179179 # this step could remove the extension functions, and that's not what we want
You can’t perform that action at this time.
0 commit comments