Commit 8cd2366e authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update httpd from 2.4.29 to 2.4.39 (#3417)

parent 2de8a99d
......@@ -2,22 +2,14 @@ require 'package'
class Httpd < Package
description 'The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows.'
homepage 'http://httpd.apache.org/'
version '2.4.29'
source_url 'https://www-us.apache.org/dist/httpd/httpd-2.4.29.tar.gz'
source_sha256 '948e4a11278a5954698b880b30f401b1e9ab743713ee2c7280a54dd4ddd87085'
homepage 'https://httpd.apache.org/'
version '2.4.39'
source_url 'https://www-us.apache.org/dist/httpd/httpd-2.4.39.tar.gz'
source_sha256 '8b95fe249f3a6c50aad3ca125eef3e02d619116cde242e1bc3c266b7b5c37c30'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.29-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.29-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.29-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/httpd-2.4.29-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'f0e2bc1862b7864e933678c053ebabb326560b64535f595c9be0f76fa4798a57',
armv7l: 'f0e2bc1862b7864e933678c053ebabb326560b64535f595c9be0f76fa4798a57',
i686: 'b5b0627d53bb7305996c674b03ec1070f1cf32c61771af241672ff75949150b3',
x86_64: '6a7f76c58667d384c149a215e114be5a087e4544b67a6864d293bae4221c6215',
})
depends_on 'apr'
......
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