Skip to content

Commit

Permalink
updated php version
Browse files Browse the repository at this point in the history
  • Loading branch information
HimDek committed Aug 10, 2021
1 parent cf16801 commit cb1f1e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blackeye.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cls
del ext.bat >nul 2>&1
set ver=v1.1.1
set ver=v1.1.2
title Blackeye for Windows %ver%

set php="%CD%\php\php.exe"
Expand Down Expand Up @@ -32,8 +32,8 @@ exit /b 0
echo.
echo Downloading php
echo.
if %PROCESSOR_ARCHITECTURE%==AMD64 curl -LJ https://windows.php.net/downloads/releases/php-8.0.6-nts-Win32-vs16-x64.zip -o %php%.zip
if %PROCESSOR_ARCHITECTURE%==x86 curl -LJ https://windows.php.net/downloads/releases/php-8.0.6-nts-Win32-vs16-x86.zip -o %php%.zip
if %PROCESSOR_ARCHITECTURE%==AMD64 curl -LJ https://windows.php.net/downloads/releases/php-8.0.9-nts-Win32-vs16-x64.zip -o %php%.zip
if %PROCESSOR_ARCHITECTURE%==x86 curl -LJ https://windows.php.net/downloads/releases/php-8.0.9-nts-Win32-vs16-x86.zip -o %php%.zip

tar -xf %php%.zip -C %php%\..
del %php%.zip
Expand Down

0 comments on commit cb1f1e6

Please sign in to comment.