mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
AutoBuild: update-php83 started at 2025-02-14-20UTC (#11322)
* Php83 8.3.16 => 8.3.17 * Add built packages for linux/arm/v7 to update-php83 --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a4dd497e6e
commit
19e483f7f9
@@ -504,7 +504,6 @@
|
||||
/usr/local/lib/php/test/Console_Getopt/tests/bug11068.phpt
|
||||
/usr/local/lib/php/test/Console_Getopt/tests/bug13140.phpt
|
||||
/usr/local/lib/php/test/Structures_Graph/tests/AcyclicTestTest.php
|
||||
/usr/local/lib/php/test/Structures_Graph/tests/AllTests.php
|
||||
/usr/local/lib/php/test/Structures_Graph/tests/BasicGraphTest.php
|
||||
/usr/local/lib/php/test/Structures_Graph/tests/TopologicalSorterTest.php
|
||||
/usr/local/lib/php/test/Structures_Graph/tests/helper.inc
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Php83 < Package
|
||||
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
|
||||
homepage 'https://www.php.net/'
|
||||
version '8.3.16'
|
||||
version '8.3.17'
|
||||
license 'PHP-3.01'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://www.php.net/distributions/php-#{version}.tar.xz"
|
||||
@@ -11,9 +11,9 @@ class Php83 < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '36aa2a5223cdf7245c837e1c05fd583381865b6b4637770086d6cee79e95e207',
|
||||
armv7l: '36aa2a5223cdf7245c837e1c05fd583381865b6b4637770086d6cee79e95e207',
|
||||
x86_64: '875d2041bd3db9f969cbd49d8ec363a229562bbd4fc5e15250fe98d7c2cf4220'
|
||||
aarch64: 'ce01ea13697ac529e66094042a6c7933b2c65b29c9e991644f8e34d7cb52153e',
|
||||
armv7l: 'ce01ea13697ac529e66094042a6c7933b2c65b29c9e991644f8e34d7cb52153e',
|
||||
x86_64: '1724e222ebfd4aa0932d64c4440661c9b4a687903a80e8e21a8e66e85e56ed41'
|
||||
})
|
||||
|
||||
depends_on 'aspell_en' => :build
|
||||
|
||||
Reference in New Issue
Block a user