mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
nginx: 1.29.6 → 1.29.7 (#15145)
* nginx -> 1.29.7 in updater-nginx-1.29.7 * updater-nginx-1.29.7: Package File Update Run on linux/386 container. * updater-nginx-1.29.7: Package File Update Run on linux/amd64 container. * updater-nginx-1.29.7: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dd13303263
commit
377258444e
@@ -1,4 +1,4 @@
|
||||
# Total size: 1488282
|
||||
# Total size: 1489634
|
||||
/usr/local/bin/startnginx
|
||||
/usr/local/bin/stopnginx
|
||||
/usr/local/etc/bash.d/10-nginx
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2206746
|
||||
# Total size: 2208666
|
||||
/usr/local/bin/startnginx
|
||||
/usr/local/bin/stopnginx
|
||||
/usr/local/etc/bash.d/10-nginx
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2293986
|
||||
# Total size: 2295842
|
||||
/usr/local/bin/startnginx
|
||||
/usr/local/bin/stopnginx
|
||||
/usr/local/etc/bash.d/10-nginx
|
||||
|
||||
@@ -3,18 +3,18 @@ require 'package'
|
||||
class Nginx < Package
|
||||
description 'nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev.'
|
||||
homepage 'http://nginx.org/'
|
||||
version '1.29.6'
|
||||
version '1.29.7'
|
||||
license 'BSD-2, BSD, SSLeay, MIT, GPL-2 and GPL-2+'
|
||||
compatibility 'all'
|
||||
source_url "http://nginx.org/download/nginx-#{version}.tar.gz"
|
||||
source_sha256 '316f298cd9f061d6d0679696152710285b72f75d88eb1f7e323f40c5c52fe0d7'
|
||||
source_sha256 '673f8fb8c0961c44fbd9410d6161831453609b44063d3f2948253fc2b5692139'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '22ec77c525dbb69fb5e1af60e3732e82a8b54624c659269a8a831378b1686a17',
|
||||
armv7l: '22ec77c525dbb69fb5e1af60e3732e82a8b54624c659269a8a831378b1686a17',
|
||||
i686: '0a55a0408413b3667426e64a92b9a6886654b1112cc844a42aeb93e3aca287a2',
|
||||
x86_64: '4ffae7163978bb7a9a4067e0257c7e743d597b7021ab948c84d452596e76d4b0'
|
||||
aarch64: '02ad42270f10c44865b65c56581be1c15e0e42300b13f09363a47260001a3631',
|
||||
armv7l: '02ad42270f10c44865b65c56581be1c15e0e42300b13f09363a47260001a3631',
|
||||
i686: '615700caf252308c4842bbbedb4bdcf7b8b60a018b5409575abeea89bb1971dd',
|
||||
x86_64: 'cc732a0c79f473d4aefb44375a3830e40963871d6b113578e08740e754c68a88'
|
||||
})
|
||||
|
||||
depends_on 'glibc' => :executable
|
||||
|
||||
Reference in New Issue
Block a user