diff options
| author | Mike McQuaid | 2014-04-09 12:20:42 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-09 12:54:59 +0100 |
| commit | ad7320b8fa0cdbc5c7e8f22a35a34b0cb963a8fd (patch) | |
| tree | a8fe388282ece4cbe4dbff229bd592537aae04f7 /Library/Formula | |
| parent | 1ccbeaa66111bf3492dc234b6fe3661c095e11bd (diff) | |
| download | homebrew-ad7320b8fa0cdbc5c7e8f22a35a34b0cb963a8fd.tar.bz2 | |
nginx: bump revision for OpenSSL security.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/nginx.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 3f3e97186..d0d0b0681 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -4,6 +4,7 @@ class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.6/en/' url "http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.17.tar.gz" sha1 "53773d619d7f7bc1743f92fd65885a0581c37ff8" + revision 1 bottle do revision 1 diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 31676177b..f13788f4a 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -4,6 +4,7 @@ class Nginx < Formula homepage 'http://nginx.org/' url 'http://nginx.org/download/nginx-1.4.7.tar.gz' sha1 'e13b5b23f9be908b69652b0c394a95e9029687e3' + revision 1 devel do url 'http://nginx.org/download/nginx-1.5.13.tar.gz' |
