diff options
Diffstat (limited to 'Library/Formula/sqlmap.rb')
| -rw-r--r-- | Library/Formula/sqlmap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sqlmap.rb b/Library/Formula/sqlmap.rb index 49df3bcc7..fc53d4364 100644 --- a/Library/Formula/sqlmap.rb +++ b/Library/Formula/sqlmap.rb @@ -5,6 +5,7 @@ class Sqlmap < Formula url "https://github.com/sqlmapproject/sqlmap/archive/0.9.tar.gz" sha1 "25d7c13fc6e8bb55a1b4d9ba60a7ebd558ad0374" head "https://github.com/sqlmapproject/sqlmap.git" + revision 1 option "with-mysql", "Install with support for direct connection to MySQL" option "with-postgresql", "Install with support for direct connection to PostgreSQL" |
