🍻 Default formulae for the missing package manager for macOS
Find a file
Dominyk Tiller fd3bcef2bd wireshark 2.6.1
Also
===

* Remove GTK options:

They've been removed completely upstream in:
  https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36dc5781ba0ab2067528f646fe2f9dcf5500b3f5

And with this release they've started shouting warnings at you about
deprecation if you build with the option, so let's just kill it.

* Use Lua@5.1 instead of Lua:

Wireshark explicitly mandates a Lua below 5.3:

```
if(NOT WIN32)
  find_package(PkgConfig)
  pkg_search_module(LUA lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua5.0 lua-5.0 lua50)
  if(NOT LUA_FOUND)
      pkg_search_module(LUA "lua<=5.2.99")
  endif()
endif()
```

Closes #27110.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2018-05-23 04:42:01 -07:00
.github reproducible-bug-report.md: update cask url (#27794) 2018-05-13 17:27:17 -07:00
Aliases qt 5.11.0 2018-05-22 22:27:14 +02:00
cmd
Formula wireshark 2.6.1 2018-05-23 04:42:01 -07:00
.travis.yml travis.yml: update repository name. 2018-05-12 15:16:43 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md CONTRIBUTING: commit messages may not include the word "fix" (#25104) 2018-03-11 03:54:52 -07:00
formula_renames.json gnome-latex: renamed from latexila 2018-05-16 09:07:36 -07:00
LICENSE.txt
README.md
tap_migrations.json chromedriver: migrate to cask (#25566) 2018-04-14 09:21:52 -07:00

Homebrew Core

Core formulae for the Homebrew package manager.

How do I install these formulae?

Just brew install <formula>. This is the default tap for Homebrew and is installed by default.

Troubleshooting

First, please run brew update and brew doctor.

Second, read the Troubleshooting Checklist.

If you don't read these it will take us far longer to help you with your problem.

More Documentation, Contributing, Security, Community, Donations and Sponsors

See these sections in Homebrew/brew's README.

Who Are You?

Homebrew/homebrew-core's lead maintainer is ilovezfs.

Homebrew/homebrew-core's other current maintainers are Mike McQuaid, FX Coudert, JCount, Misty De Meo and Tom Schoonjans.

License

Code is under the BSD 2-clause "Simplified" License.