mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:07:35 +00:00
Ports: Update php
port to version 8.1.1
This commit is contained in:
parent
3301b0b33d
commit
40737341a8
8 changed files with 31 additions and 39 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=php
|
||||
useconfigure="true"
|
||||
version="8.0.10"
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb"
|
||||
version="8.1.1"
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 33c09d76d0a8bbb5dd930d9dd32e6bfd44e9efcf867563759eb5492c3aff8856"
|
||||
auth_type=sha256
|
||||
depends=("libiconv" "libxml2" "openssl" "readline" "sqlite" "zlib")
|
||||
configopts=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue