Skip to content

Commit 60c5325

Browse files
committed
Update box and phpDocumentor
1 parent 1c46517 commit 60c5325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev-bin/release.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ php composer.phar update --no-dev
4545
perl -pi -e "s/(?<=const VERSION = ').+?(?=';)/$tag/g" src/WebService/Client.php
4646

4747

48-
box_phar_hash='8d12a7d69a5003a80bd603ea95a8f3dcea30b9a2ad84cd7cb15b8193929def9e box.phar'
48+
box_phar_hash='aa0966319f709e74bf2bf1d58ddb987903ae4f6d0a9d335ec2261813c189f7fc box.phar'
4949

5050
if ! echo "$box_phar_hash" | sha256sum -c; then
51-
wget -O box.phar "https://github.com/box-project/box/releases/download/4.6.1/box.phar"
51+
wget -O box.phar "https://github.com/box-project/box/releases/download/4.6.6/box.phar"
5252
fi
5353

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

9595
# Using Composer is possible, but they don't recommend it.
96-
phpdocumentor_phar_hash='9760ac280a10041928a8743354f68692c22f14cd5d05135dfc15e11d3b3c25ea phpDocumentor.phar'
96+
phpdocumentor_phar_hash='5223cc8455d53c51fcd5a3d4ac7817acdbec3f3e325981688d345f2468097230 phpDocumentor.phar'
9797

9898
if ! echo "$phpdocumentor_phar_hash" | sha256sum -c; then
99-
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.3/phpDocumentor.phar
99+
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.7.1/phpDocumentor.phar
100100
fi
101101

102102
echo "$phpdocumentor_phar_hash" | sha256sum -c

0 commit comments

Comments
 (0)