Commit Graph

885 Commits (169b9bcd82a8446b8f8c370886d55429e4105786)

Author SHA1 Message Date
Porkepix 9c8157ddd2
ipfs 0.14.0
Update ipfs.rb

https://github.com/ipfs/go-ipfs redirects to https://github.com/ipfs/kubo

kubo: rename from ipfs

Closes #106304.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-08-05 00:20:46 +00:00
Carlo Cabrera 179655d112
protobuf: rename alias to `protobuf@21`
We don't have another `protobuf@21.x` formula, so it should be enough to
refer to the latest protobuf with `protobuf@21`.

Closes #106252.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-07-21 13:31:56 +00:00
Bevan Kay 9b35d56639
protobuf 21.3 2022-07-21 13:31:54 +00:00
Carlo Cabrera 0936e669ef
protobuf@3 3.20.1 (new formula)
This is needed for `protoc-gen-grpc-web`.
2022-07-15 07:58:44 +00:00
Wolfgang Sanyer 13f46794cc
protobuf 21.2
Note: Starting with
[v21.0-rc1](https://github.com/protocolbuffers/protobuf/releases/tag/v21.0-rc1),
protobuf is using a new versioning scheme.

Signed-off-by: Wolfgang Sanyer <wolfgangsanyer@google.com>
2022-07-15 07:58:42 +00:00
Porkepix fbd279505c
isl 0.25
Closes #105000.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-07-11 08:43:33 +00:00
BrewTestBot 4b220a83c8
wxwidgets 3.2.0 2022-07-07 17:53:34 +00:00
Francois-Xavier Coudert 9d535b5662
boost 1.79.0 2022-07-03 13:22:32 +02:00
McKayla Washburn f3278b0450
unisonlang M3 (new formula)
Closes #104021.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-07-01 14:27:50 +00:00
Carlo Cabrera 84917eeeaf
llvm 14.0.5
llvm: various improvements

1. Ensure `CFLAGS` and `CXXFLAGS` are passed to the runtimes and
   builltins build. These are built using the just-built `clang` and
   therefore doesn't use the shims.
2. Skip building `clang-tblgen` and `llvm-tblgen` when not needed.
3. Set `LLDB_PYTHON_EXE_RELATIVE_PATH` to fix LLDB build.
4. Make some minor style improvements.

Update Formula/llvm.rb

Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
Co-authored-by: Bo Anderson <mail@boanderson.me>
2022-06-24 22:14:51 +00:00
Christian Clason e4a656bebb
numpy 1.23.0
Closes #104271.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-24 14:51:26 +00:00
Curudel 907119f17f
ansible 6.0.0
Closes #104194.

Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-24 07:16:24 +00:00
Cathy J. Fitzpatrick fc473015ba
synergy-core 1.14.4.37 (new formula)
Synergy is a free and open source program for sharing a mouse and keyboard
among multiple computers. It supports 64-bit Intel Mac, 64-bit ARM Mac,
64-bit GNU/Linux, and other platforms.

Synergy was previously available in brew as a cask named `synergy`. That
cask installed binaries published by Symless, the corporate sponsor of
Synergy. However, at some point in the last couple months, Symless decided
to start charging money for access to the binaries on its website. As part
of this change, the Symless binaries were placed behind an authentication
webpage. As a result, the `synergy` cask was removed from brew:
  https://github.com/Homebrew/homebrew-cask/commit/0037f2409

However, even though Symless no longer publishes binaries, Synergy remains
fully free and open source software, licensed under GPL version 2 (with an
exception allowing "compiling, linking, and/or using OpenSSL"). As a result,
nothing stops us from building our own binaries from the source code. This
new `synergy-core` formula does exactly that: it builds Synergy from source
and installs it.

This formula supports 64-bit Intel Mac, 64-bit ARM Mac, and 64-bit GNU/Linux.
I have tested the formula on all three platforms. (For GNU/Linux testing, I
used Fedora 35, although that probably doesn't matter.)

This formula sets up a `synergy-core` daemon that can be run and managed
using `brew services`. This daemon is currently how I recommend running
the binaries built by this formula.

***

The `synergy-core` project is distributed under the GPL-2.0 license with an
exception that grants additional rights to the user. The project's LICENSE
file reads as follows:
  This program is released under the GPL with the additional exemption
  that compiling, linking, and/or using OpenSSL is allowed.
This preamble is followed by the text of the GPL-2.0.

This is a free software license but it cannot be represented with the `brew`
license statement, so the formula uses `license :cannot_represent`.
Unfortunately, the GitHub Licenses API incorrectly states that `synergy-core`
is licensed strictly under the GPL-2.0. So we need to add `synergy-core` to
  audit_exceptions/permitted_formula_license_mismatches.json
to avoid `brew audit` objecting that the license specified in the
`license` statement is different from the license returned by the
GitHub Licenses API.

Closes #100067.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-12 15:30:17 +00:00
Michael Cho 39639a17b1
envoy 1.22.0
Closes #103106.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-10 05:48:16 +00:00
Rui Chen 510cae75ba
v8 10.2.154.4
Closes #102905.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-06-05 11:54:18 +00:00
Rui Chen 1b2d01379e
mariadb 10.8.3
Closes #102577.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-30 14:43:49 +00:00
Rui Chen d7aaa85675
v8 10.1.124.12
Closes #101750.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-25 17:26:48 +00:00
fishtreesugar 3e04209dd0
erlang 25.0 2022-05-21 11:13:46 +00:00
jidicula c2d7c4ab15
terraform 1.2.0
Closes #101865.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-19 07:43:34 +00:00
Michka Popoff b18ca18c75
glibc: add alias
Closes #101313.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-15 19:53:40 +00:00
Branch Vincent ef7f4d094c
kubernetes-cli 1.24.0
Closes #100709.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-05-04 10:33:41 +00:00
Alexander Bayandin b7ece5c0ce
redis 7.0.0
Closes #100324.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-28 13:01:40 +00:00
Christian Moritz b9a2ef1cdf
v8 10.0.139.15
Closes #99848.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-24 12:12:39 +00:00
Rui Chen 27a7ca48f6
node 18.0.0
npm 8.6.0

Closes #99641.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-23 00:48:12 +00:00
三米前有蕉皮 862bb75fee
observerward: add observer_ward alias 2022-04-18 02:37:31 +01:00
Yurii Kolesnykov 334ea70e8b
glibmm 2.72
Closes #98907.

Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-04-10 19:26:19 +00:00
Andrea Angiolillo 0861e23852
mongodb-atlas-cli: add mongodb-atlas alias (#98590) 2022-04-06 17:11:13 +08:00
Michael Cho 9dbd14f4a1
hdf5 1.12.1 2022-03-31 15:42:46 +00:00
Alexander Bayandin 0ceb1d01cd
openjdk 18 2022-03-29 11:30:01 +00:00
Carlo Cabrera 809478c775
clang-format 14.0.0 2022-03-28 13:54:39 +00:00
Dustin Rodrigues 8830b7c95f
rich-cli: add rich alias (#97632) 2022-03-23 19:52:22 -04:00
Bo Anderson 64247c2b89
php-cs-fixer: add versioned alias
Closes #97383.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-20 14:15:25 +00:00
Bo Anderson a21cd33341
openexr: add versioned alias 2022-03-20 14:15:24 +00:00
Bo Anderson b48a2b60e8
libsoup: add versioned alias 2022-03-20 14:15:24 +00:00
Bo Anderson 50429829cb
isl: fix versioned alias 2022-03-20 14:15:23 +00:00
Bo Anderson f44dda1f43
glibmm: fix versioned alias 2022-03-20 14:15:23 +00:00
Bo Anderson 1891b40956
fluid-synth: add versioned alias 2022-03-20 14:15:21 +00:00
Bo Anderson 8c20aab024
go: add go@1.18 alias
Closes #97366.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-20 04:49:20 +00:00
Bo Anderson 72f7227ea2
go@1.17 1.17.8 (new formula)
Closes #96926.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-16 02:56:19 +00:00
Max Eisner 596ae5498e
kubekey 2.0.0 (new formula)
Closes #92655.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-15 09:21:14 +00:00
Michael Cho 7d0adf956c
spidermonkey 91.6.0 2022-03-07 11:52:29 +00:00
Porkepix 3bdb1b69d6
v8 9.9.115.8 2022-03-06 16:55:14 +00:00
Porkepix 84e59d311a
proj 9.0.0
Closes #96103.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-03-02 21:17:02 +00:00
Sean Molenaar 8d03aca8a6
mariadb 10.7.3 2022-03-02 15:29:00 +00:00
Sean Molenaar 75ea6dc6d4
hdf5 1.13.0 2022-02-23 01:35:15 +00:00
Sean Molenaar b4776970f5
boost 1.78.0 2022-02-19 14:08:22 +00:00
BrewTestBot 80e7ed48f7
thrift 0.16.0 2022-02-17 08:55:49 +00:00
Porkepix bc342b6785
v8 9.8.177.9 2022-02-08 06:14:08 +00:00
Carlo Cabrera 913d0f5aa0
ruby 3.1.0 2022-02-07 11:54:22 +00:00
Victor Song d893cafc04
ffmpeg 5.0 2022-02-03 13:41:24 +00:00
Aaron Liu f4e94215e9
terminalimageviewer 1.1.1 (new formula)
Update Formula/tiv.rb

Format and fail on gcc 5

Remove redundant dependency

Relic from the old days when I didn't know there were test fixtures.

Add more whitespace

Simplify Formula/tiv.rb

Update Formula/tiv.rb for BSD

Revert tiv installation method

Update and rename tiv.rb to terminalimageviewer.rb

Add tiv alias

Fix tiv alias

Fix tiv alias again

Closes #94168.

Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-02-02 11:07:56 +00:00
Porkepix 2d099cb956
ipython 8.0.1
Closes #92980.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-23 02:25:52 +00:00
Xuehai Pan c28e8b123f
envoy 1.21.0
Closes #90921.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-20 14:13:29 +00:00
owine aa4223071b
numpy 1.22.0
Closes #92338.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2022-01-01 14:06:56 +00:00
MoonFruit 7fa2568b1e
protobuf 3.19.1 2021-12-22 12:02:28 +00:00
Xuehai Pan 232831da7f
v8 9.7.106.18 2021-12-17 19:49:05 +00:00
Chris Long 21c082ddb6
kubernetes-cli@1.22 1.22.4 (new formula)
Closes #90075.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-12-16 00:22:04 +00:00
BrewTestBot 66087860d0
csv-fix: remove formula 2021-12-11 23:07:01 +00:00
jidicula 54cb473b52
terraform 1.1.0 2021-12-11 18:30:58 +00:00
miccal 2b6406e5a1
pangomm 2.50.0
Closes #90971.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-12-11 07:47:17 +00:00
Rui Chen 89faeecfda
solr 8.11.0
Closes #90871.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-12-10 09:20:33 +00:00
Bevan Kay 8a47afb834
ansible 5.0.1
Closes #90596.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-12-08 16:46:33 +00:00
icpz 930b075496
sevenzip 21.06 (new formula)
Closes #90127.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-12-01 09:01:07 +00:00
Ruud Kamphuis 1a28a06910
php 8.1.0 2021-11-28 12:14:35 +00:00
Jeroen Ooms 4c95148741
v8 9.6.180.12
Closes #89492.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-11-17 08:48:36 +00:00
Rui Chen cf7e3c8298
vtk 9.1.0 2021-11-07 19:12:41 +00:00
Christian Moritz 792bdef7ea
v8 9.5.172.21
Closes #88095.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-27 13:12:38 +00:00
Carlo Cabrera f3275c4caa
arpack: add `arpack-ng` alias (#88050)
The upstream project is called `arpack-ng`, so it would probably be
useful if `brew install arpack-ng` worked (instead of suggesting that
the user install `aircrack-ng`).
2021-10-26 16:24:23 +08:00
Derek Schinke bcf936c8f4
node 17.0.1
node: bump deps

node: build with LLVM on Mojave
2021-10-22 09:47:08 +00:00
Adrian Cole 08cc1a6967
envoy 1.20.0
Closes #86755.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Michael Cho <cho-m@tuta.io>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-13 01:39:44 +00:00
Mehdi Chinoune 39d2b71d1e
qwt-qt5 6.2.0 (new formula) 2021-10-12 01:02:46 +00:00
Christian Moritz 386eb33ec9
v8 9.4.146.19
Closes #86870.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-08 23:10:00 +00:00
Carlo Cabrera 2c7f7e5913
llvm 13.0.0
Also, set `COMPILER_RT_DEFAULT_TARGET_ONLY` to `ON` on Linux to prevent
attempting (and failing) to compile 32-bit runtimes, and build with GCC
since GCC 5 fails to build LLDB.
2021-10-07 14:52:46 +00:00
Branch Vincent 1f35bc50c2
postgresql 14.0 2021-10-05 23:44:03 +00:00
EricFromCanada 74fd75c064
clang-format 13.0.0
Closes #86336.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-10-02 23:57:00 +00:00
Rui Chen e752f2b5c2
solr 8.10.0
Closes #86185.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-30 13:55:31 +00:00
Jonathan Chang 92d985af3e
openssl@3 3.0.0 (new formula)
Closes #85730.

Signed-off-by: Jonathan Chang <me@jonathanchang.org>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-23 00:04:36 +00:00
Michael Cho 5dc624dcfc
openjdk 17
Closes #85174.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-19 18:58:51 +00:00
Alexander Bayandin a1107432c0
thrift 0.15.0 2021-09-17 13:27:20 +00:00
Nanda H Krishna 19d303e881
bison 3.8 2021-09-12 14:47:32 +00:00
Christian Moritz b83409c838
v8 9.3.345.16
Closes #84351.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-09-04 11:59:51 +00:00
Carlo Cabrera 99b2944247 msgpack-cxx: add `msgpack-cpp` alias
Most other related formulae in Homebrew/core are suffixed with `-cpp`
rather than `-cxx`. Also, the upstream branch this formula is built on
is called `cpp_master`, despite the actual artefact being called
`msgpack-cxx`.

This makes it likely that some users are going to try to do `brew
install msgpack-cpp` and end up confused by the resulting error. Let's
try to avoid that by adding this alias.
2021-09-01 09:16:09 +02:00
Carlo Cabrera 0e36f271c0
msgpack: add `msgpack-c` alias (#84374)
The C++ library is now in a separate `msgpack-cxx` formula, so it seems
natural to try to `brew install msgpack-c` to install the C library,
which we've kept in the original `msgpack` formula.

Let's add an alias to make sure this and related commands succeed.
2021-09-01 14:01:15 +08:00
Steve Peters b4d65200f3 qwt-qt5: new alias
A qwt-qt5 formula is in review after updating
the qwt formula to depend on qt@6. This adds
an alias now to allow 3rd-party taps a smoother
migration.
2021-08-31 09:13:17 +02:00
Branch Vincent 439f5ca81b
go 1.17
Closes #83413.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-27 03:21:53 +00:00
Emyr Thomas b5974e0c08
basisu 1.15 (new formula)
New formula for Basis Universal GPU Texture Codec command-line compression tool

Closes #82442.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-08-25 13:03:47 +00:00
Branch Vincent 97899bdb5e
cassandra 4.0.0 2021-07-27 13:31:22 +00:00
Michael Cho ed630d3059
wxwidgets@3.0: use gtk+3 on Linux 2021-07-25 23:08:03 +00:00
Michael Cho 7d7daebdad
wxwidgets: use gtk+3 on Linux 2021-07-25 23:08:03 +00:00
Christian Moritz 4aac2c42d4
v8 9.2.230.20
Closes #81848.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-25 00:47:19 +00:00
Adrian Cole 02a017cc9b
envoy 1.19.0
Closes #81490.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-07-24 06:39:13 +08:00
Adrian Cole aca3d99f59
envoy@1.18 1.18.3 (new formula)
This replaces envoy@1.17.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-07-24 06:38:12 +08:00
Daniel Nachun d770327399
linux-headers@4.15 (new formula) (#81273)
* linux-headers@4.15: new formula

* linux-headers: rename to linux-headers@4.4

* linux-headers@4.4: renamed from linux-headers

* linux-headers: make alias to linux-headers@4.4

* formula_renames.json: rename linux-headers to linux-headers@4.4

* versioned_keg_only_allowlist: add linux-headers@4.4

* glibc: use linux-headers@4.4

* strace: use linux-headers@4.4
2021-07-20 23:17:59 -07:00
Carlo Cabrera c997b388f5
mbedtls: add mbedtls@3 symlink (#81303)
This was missed in #81285.
2021-07-15 18:38:30 +05:30
Dawid Dziurla 725fa55830
libfuse@2 2.9.9 (new formula)
Closes #80992.

Signed-off-by: Michael Cho <20700669+cho-m@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-13 21:56:25 +00:00
Alexander Bayandin 31e13de026
mariadb 10.6.3 2021-07-09 23:16:38 +00:00
Rui Chen 4821300a8c
ballerina 1.2.14
* Update binary name: ballerina to bal
* Add bal alias

Closes #80776.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Nanda H Krishna <me@nandahkrishna.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-08 23:29:51 +00:00
Adrian Cole f27194186e
envoy@1.17 1.17.3 (new formula)
Closes #79695.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
2021-07-04 01:22:54 +00:00
Carlo Cabrera 6c64af06a8
wxmac@3.0: add wxwidgets@3.0 alias (#80025)
`wxmac` has a `wxwidgets` alias, so `wxmac@3.0` should probably have a
similar alias.
2021-06-26 02:45:36 +05:30
Carlo Cabrera f5e3982c5c
wxmac 3.1.5
Upstream labels this as a "Development Release", but I believe this is
actually the version we want to package in Homebrew/core. We do the same
for some other formulae (e.g. gnupg).

What upstream mean by "Development Release" is that this is the version
that gets new features. What they call a "stable" is probably more
accurately called a long-term support release. [1] Updates to this
branch are bug-fixes only and not new features.

This appears to be the version vendored by `wxpython`, so we should
hopefully be able to use this in place of the bundled one.

[1] The section on the stable release on their downloads page says that
the API for this version has been stable since 11 November 2013.
2021-06-24 15:27:19 +00:00