php 8.1.0
parent
8f93bb5758
commit
1a28a06910
|
@ -2,11 +2,10 @@ class Php < Formula
|
|||
desc "General-purpose scripting language"
|
||||
homepage "https://www.php.net/"
|
||||
# Should only be updated if the new version is announced on the homepage, https://www.php.net/
|
||||
url "https://www.php.net/distributions/php-8.0.13.tar.xz"
|
||||
mirror "https://fossies.org/linux/www/php-8.0.13.tar.xz"
|
||||
sha256 "cd976805ec2e9198417651027dfe16854ba2c2c388151ab9d4d268513d52ed52"
|
||||
url "https://www.php.net/distributions/php-8.1.0.tar.xz"
|
||||
mirror "https://fossies.org/linux/www/php-8.1.0.tar.xz"
|
||||
sha256 "a1317eff0723a2b3d3122bbfe107a1158570ea2822dc35a5fb360086db0f6bbc"
|
||||
license "PHP-3.01"
|
||||
revision 1
|
||||
|
||||
livecheck do
|
||||
url "https://www.php.net/downloads"
|
||||
|
@ -43,7 +42,6 @@ class Php < Formula
|
|||
depends_on "gmp"
|
||||
depends_on "icu4c"
|
||||
depends_on "krb5"
|
||||
depends_on "libffi"
|
||||
depends_on "libpq"
|
||||
depends_on "libsodium"
|
||||
depends_on "libzip"
|
||||
|
@ -58,6 +56,7 @@ class Php < Formula
|
|||
uses_from_macos "xz" => :build
|
||||
uses_from_macos "bzip2"
|
||||
uses_from_macos "libedit"
|
||||
uses_from_macos "libffi", since: :catalina
|
||||
uses_from_macos "libxml2"
|
||||
uses_from_macos "libxslt"
|
||||
uses_from_macos "zlib"
|
||||
|
|
Loading…
Reference in New Issue