Skip to content

Commit 3c68ef4

Browse files
committed
Update release deps
1 parent 99c623b commit 3c68ef4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dev-bin/release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ php composer.phar update --no-dev
4646

4747
perl -pi -e "s/(?<=const VERSION = ').+?(?=';)/$tag/g" src/MinFraud/ServiceClient.php
4848

49-
box_phar_hash='c24c400c424a68041d7af146c71943bf1acc0c5abafa45297c503b832b9c6b16 box.phar'
49+
box_phar_hash='8d12a7d69a5003a80bd603ea95a8f3dcea30b9a2ad84cd7cb15b8193929def9e box.phar'
5050

5151
if ! echo "$box_phar_hash" | sha256sum -c; then
52-
wget -O box.phar "https://github.com/box-project/box/releases/download/4.5.1/box.phar"
52+
wget -O box.phar "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
5353
fi
5454

5555
echo "$box_phar_hash" | sha256sum -c
@@ -94,10 +94,10 @@ if [ -n "$(git status --porcelain)" ]; then
9494
fi
9595

9696
# Using Composer is possible, but they don't recommend it.
97-
phpdocumentor_phar_hash='bad7e4b8c99e73391bb3183a127593ecd1cd66ae42b4a33efe495d193e257f04 phpDocumentor.phar'
97+
phpdocumentor_phar_hash='9760ac280a10041928a8743354f68692c22f14cd5d05135dfc15e11d3b3c25ea phpDocumentor.phar'
9898

9999
if ! echo "$phpdocumentor_phar_hash" | sha256sum -c; then
100-
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.4.3/phpDocumentor.phar
100+
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar
101101
fi
102102

103103
echo "$phpdocumentor_phar_hash" | sha256sum -c

0 commit comments

Comments
 (0)