Skip to content

Commit

Permalink
Update versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe46dro committed Jun 5, 2023
1 parent c54d27e commit 944011a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ declare -A VERSIONS=(
["PHP 7.3.33"]="https://www.php.net/distributions/php-7.3.33.tar.gz"
["PHP 7.4.33"]="https://www.php.net/distributions/php-7.4.33.tar.gz"
["PHP 8.0.28"]="https://www.php.net/distributions/php-8.0.28.tar.gz"
["PHP 8.1.16"]="https://www.php.net/distributions/php-8.1.16.tar.gz"
["PHP 8.2.3"]="https://www.php.net/distributions/php-8.2.3.tar.gz"
["PHP 8.1.19"]="https://www.php.net/distributions/php-8.1.19.tar.gz"
["PHP 8.2.6"]="https://www.php.net/distributions/php-8.2.6.tar.gz"
)

# All PHP versions checksum
Expand All @@ -26,6 +26,6 @@ declare -A CHECKSUM=(
["PHP 7.3.33"]="9a369c32c6f52036b0a890f290327f148a1904ee66aa56e2c9a7546da6525ec8"
["PHP 7.4.33"]="5a2337996f07c8a097e03d46263b5c98d2c8e355227756351421003bea8f463e"
["PHP 8.0.28"]="7432184eae01e4e8e39f03f80e8ec0ca2c8bfebc56e9a7b983541ca8805df22f"
["PHP 8.1.16"]="cb1f2ef7af37aa9978e7742818d9edbf27b1db009bc3dfefe7dc522cb3d3423d"
["PHP 8.2.3"]="7c475bcbe61d28b6878604b1b6f387f39d1a63b5f21fa8156fd7aa615d43e259"
["PHP 8.1.19"]="0ebb6b0ecf5d8e355c2f1362807f9b73c6e803d496c5ad3e4fb00be989988372"
["PHP 8.2.6"]="1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8"
)

0 comments on commit 944011a

Please sign in to comment.