Skip to content

Commit f8e5f5d

Browse files
committed
Update release deps
1 parent f8398ad commit f8e5f5d

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
@@ -46,10 +46,10 @@ perl -pi -e "s/(?<=const VERSION = ').+?(?=';)/$tag/g" src/WebService/Client.php
4646
perl -pi -e "s{(?<=php composer\.phar require geoip2/geoip2:).+}{^$version}g" README.md
4747

4848

49-
box_phar_hash='aa0966319f709e74bf2bf1d58ddb987903ae4f6d0a9d335ec2261813c189f7fc box.phar'
49+
box_phar_hash='f98cf885a7c07c84df66e33888f1d93f063298598e0a5f41ca322aeb9683179b 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.6.6/box.phar"
52+
wget -O box.phar "https://github.com/box-project/box/releases/download/4.6.10/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='5223cc8455d53c51fcd5a3d4ac7817acdbec3f3e325981688d345f2468097230 phpDocumentor.phar'
97+
phpdocumentor_phar_hash='aa00973d88b278fe59fd8dce826d8d5419df589cb7563ac379856ec305d6b938 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.7.1/phpDocumentor.phar
100+
wget -O phpDocumentor.phar https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.8.1/phpDocumentor.phar
101101
fi
102102

103103
echo "$phpdocumentor_phar_hash" | sha256sum -c

0 commit comments

Comments
 (0)