File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ perl -pi -e "s/(?<=const VERSION = ').+?(?=';)/$tag/g" src/WebService/Client.php
4646perl -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
5151if ! 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"
5353fi
5454
5555echo " $box_phar_hash " | sha256sum -c
@@ -94,10 +94,10 @@ if [ -n "$(git status --porcelain)" ]; then
9494fi
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
9999if ! 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
101101fi
102102
103103echo " $phpdocumentor_phar_hash " | sha256sum -c
You can’t perform that action at this time.
0 commit comments