diff --git a/plugins/php/versions/83/install.sh b/plugins/php/versions/83/install.sh index fae7fb2a9..a41252f89 100755 --- a/plugins/php/versions/83/install.sh +++ b/plugins/php/versions/83/install.sh @@ -56,7 +56,7 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then fi #检测文件是否损坏. - # md5_file_ok=29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8 + # md5_file_ok=1db84fec57125aa93638b51bb2b15103e12ac196e2f960f0d124275b2687ea54 # if [ -f $sourcePath/php/php-${version}.tar.xz ];then # md5_file=`sha256sum $sourcePath/php/php-${version}.tar.xz | awk '{print $1}'` # if [ "${md5_file}" != "${md5_file_ok}" ]; then