diff options
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' |
