Commit 65c3ecba authored by Ed Reel's avatar Ed Reel

Update php packages

Update php72 from 7.2.30 to 7.2.31

Update php73 from 7.3.17 to 7.3.18

Update php74 from 7.4.5 to 7.4.6

Add pre-built binaries
parent 6abffd37
......@@ -3,7 +3,7 @@ require 'package'
class Php < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '5.6.40-7.4.5'
version '5.6.40-7.4.6'
is_fake
......@@ -15,9 +15,9 @@ class Php < Package
puts " 5.6 = PHP 5.6.40"
puts " 7.0 = PHP 7.0.33"
puts " 7.1 = PHP 7.1.33"
puts " 7.2 = PHP 7.2.30"
puts " 7.3 = PHP 7.3.17"
puts " 7.4 = PHP 7.4.5"
puts " 7.2 = PHP 7.2.31"
puts " 7.3 = PHP 7.3.18"
puts " 7.4 = PHP 7.4.6"
puts " 0 = Cancel"
while version = STDIN.gets.chomp
......
......@@ -3,21 +3,21 @@ require 'package'
class Php72 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '7.2.30'
source_url 'https://www.php.net/distributions/php-7.2.30.tar.xz'
source_sha256 'aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3'
version '7.2.31'
source_url 'https://www.php.net/distributions/php-7.2.31.tar.xz'
source_sha256 '8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.30-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.30-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.30-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.30-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.31-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.31-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.31-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/php72-7.2.31-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'a29a79d5f8084e545784daef471b29f0f7b7cb5933438ec4be18fec22a6c5fce',
armv7l: 'a29a79d5f8084e545784daef471b29f0f7b7cb5933438ec4be18fec22a6c5fce',
i686: '39fe4f71f0473df4687c8e4dd03a6e04e6feaa24f2da52fa973c6e18277fdd4c',
x86_64: '6f8bbe0949f2d7e5d9aec35c7fc173bec38dd7a784e994d6e8f6d956921feeef',
aarch64: '19f7b0a248c3a2bcaa1c1aaf6ae3b0183a7cc264e3b8bf8a1f85c5a96fb17caf',
armv7l: '19f7b0a248c3a2bcaa1c1aaf6ae3b0183a7cc264e3b8bf8a1f85c5a96fb17caf',
i686: '7ccfacca9aab6c072fa2aa5d8018d48a57dbb18ef84c1f2baea7ab93144fc2e8',
x86_64: '070717ba5e5f43bbe7e132fd8a5df03148696f941cfda4ccc29f6ef84a4d2d05',
})
depends_on 'libgcrypt'
......
......@@ -3,21 +3,21 @@ require 'package'
class Php73 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '7.3.17'
source_url 'https://www.php.net/distributions/php-7.3.17.tar.xz'
source_sha256 '6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8'
version '7.3.18'
source_url 'https://www.php.net/distributions/php-7.3.18.tar.xz'
source_sha256 '7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.17-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.17-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.17-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.17-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.18-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.18-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.18-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/php73-7.3.18-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '35dfebb5948218ac8e139eb2dff1a8acf8a0addd21b16ca7d0c6ab04ddef5c64',
armv7l: '35dfebb5948218ac8e139eb2dff1a8acf8a0addd21b16ca7d0c6ab04ddef5c64',
i686: '1286b0b674d2e33673d0ce41ec376528235ed7d4b8a3365a092e1c257c7174e6',
x86_64: 'd23ff9a018f71a083dd937006668bcfadf62eb48e597eafdc5985dea45158e5f',
aarch64: 'a2a40dab453973996b69b6dac2f40aec89a45e71efa0073c126722dbb803d47a',
armv7l: 'a2a40dab453973996b69b6dac2f40aec89a45e71efa0073c126722dbb803d47a',
i686: 'ce32894fb6f6af7f6ab52fd98452c80deeb776598a9f40692b2439bf5261142e',
x86_64: '3ec6afe7b36dd5153dd39670b36b84a6fc3209842bfa72aae1137e3644e79113',
})
depends_on 'libgcrypt'
......
......@@ -3,21 +3,21 @@ require 'package'
class Php74 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '7.4.5'
source_url 'https://www.php.net/distributions/php-7.4.5.tar.xz'
source_sha256 'd059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c'
version '7.4.6'
source_url 'https://www.php.net/distributions/php-7.4.6.tar.xz'
source_sha256 'd740322f84f63019622b9f369d64ea5ab676547d2bdcf12be77a5a4cffd06832'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.5-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.5-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.5-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.5-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.6-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.6-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.6-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/php74-7.4.6-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'a0714a550c3578c2c0e01a9bdc42a31cf6cf41aaea226eed68984db0d48b6dff',
armv7l: 'a0714a550c3578c2c0e01a9bdc42a31cf6cf41aaea226eed68984db0d48b6dff',
i686: '07b0e9ba0497f6dee71ea6c70aafee5da2b4e61fa3bcf8e9f08b22bb0e1e3e41',
x86_64: '56c593546b0e8e9f09d528165bcbbcd2b4086314fb0218855d445b76a951b2a4',
aarch64: '10662e10c1a6a2e8ca56416af4d92714a8375586da94a96e16e9b0cd937f0b5e',
armv7l: '10662e10c1a6a2e8ca56416af4d92714a8375586da94a96e16e9b0cd937f0b5e',
i686: '141abedf6e4ed807fac213728fe3a275eb6fc1f525b62c5e69059b3fd2649346',
x86_64: 'e9aaf0f81fc2ac7d9c13ff4c8e8a7e280f131b1658b827f6637f8ed93d1d2beb',
})
depends_on 'aspell_en'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment