We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66eb260 commit 348a9cfCopy full SHA for 348a9cf
sapi/scripts/generate-artifact-hash.sh
@@ -142,8 +142,6 @@ WINDOWS_DOWNLOAD_SWOOLE_CLIE_RUNTIME() {
142
143
APP_RUNTIME="${APP_NAME}-${APP_VERSION}-cygwin-${ARCH}"
144
test -f ${APP_RUNTIME}.zip || curl -fSLo ${APP_RUNTIME}.zip ${APP_DOWNLOAD_URL}
145
- test -f all-deps.zip || curl -fSLo all-deps.zip https://github.com/swoole/build-static-php/releases/download/${VERSION}/all-deps.zip
146
-
147
}
148
WINDOWS_DOWNLOAD() {
149
WINDOWS_DOWNLOAD_SWOOLE_CLIE_RUNTIME "$1"
@@ -167,6 +165,8 @@ DOWNLOAD() {
167
165
168
166
169
+test -f all-deps.zip || curl -fSLo all-deps.zip https://github.com/swoole/build-static-php/releases/download/${VERSION}/all-deps.zip
+
170
DOWNLOAD
171
172
ls -p | grep -v '/$' | xargs sha256sum
0 commit comments