Skip to content

Instantly share code, notes, and snippets.

@sang4lv
sang4lv / nginx-custom.rb
Last active December 25, 2015 01:49 — forked from josegonzalez/nginx-custom.rb
Use Latest Version
require 'formula'
class NginxCustom < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.4.3.tar.gz'
sha1 '8d0c34c84ce6dd8ba4442889e8f2599044c90930'
devel do
url 'http://nginx.org/download/nginx-1.5.6.tar.gz'
sha1 '24d84eccc7fecd98d19330ef708d3ea29031abc7'
require 'formula'
class Nginx < Formula
homepage 'http://nginx.org/'
url 'http://nginx.org/download/nginx-1.4.3.tar.gz'
sha1 '8d0c34c84ce6dd8ba4442889e8f2599044c90930'
devel do
url 'http://nginx.org/download/nginx-1.5.6.tar.gz'
sha1 '24d84eccc7fecd98d19330ef708d3ea29031abc7'