mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
php83-rebuild (#13587)
* Rebuild php83 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * php83-rebuild: Package File Update Run on linux/amd64 container. * php83-rebuild: Package File Update Run on linux/arm/v7 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eddb0b2440
commit
a58640a87f
@@ -1,4 +1,4 @@
|
||||
# Total size: 87643096
|
||||
# Total size: 87639833
|
||||
/usr/local/bin/pear
|
||||
/usr/local/bin/peardev
|
||||
/usr/local/bin/pecl
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 95267875
|
||||
# Total size: 95264796
|
||||
/usr/local/bin/pear
|
||||
/usr/local/bin/peardev
|
||||
/usr/local/bin/pecl
|
||||
|
||||
@@ -3,17 +3,17 @@ 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.28'
|
||||
version '8.3.28-1'
|
||||
license 'PHP-3.01'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://www.php.net/distributions/php-#{version}.tar.xz"
|
||||
source_url "https://www.php.net/distributions/php-#{version.split('-').first}.tar.xz"
|
||||
source_sha256 '25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a322326'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'b1ad545a7b4a6aa9f05d4328a5fc88bad59c5470c922a1c37743d0002b14c8d4',
|
||||
armv7l: 'b1ad545a7b4a6aa9f05d4328a5fc88bad59c5470c922a1c37743d0002b14c8d4',
|
||||
x86_64: '76f653a06a2fe15553374a972b387d9aeb3dc88b018581909e804c063d60fcd3'
|
||||
aarch64: '1f3bffdbeff97dc0cdbcedc007db65272d583e012106fe9fd2581027fe7c1b8a',
|
||||
armv7l: '1f3bffdbeff97dc0cdbcedc007db65272d583e012106fe9fd2581027fe7c1b8a',
|
||||
x86_64: '8f735b1cfd7837d3b3b87f590fd8a4c31076c89bab3501f1819dcbf942483577'
|
||||
})
|
||||
|
||||
depends_on 'aspell' # R
|
||||
|
||||
Reference in New Issue
Block a user