| Age | Commit message (Collapse) | Author |
|
|
|
nsq v0.3.2
Closes #36658.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes #36217.
|
|
|
|
|
|
|
|
This is causing submodules to be checked out into a path with a literal
"$path" component:
$ find . | grep "\$path$"
./$path
./Carthage/Checkouts/Commandant/$path
./Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/PrettyColors/$path
./Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/ReactiveCocoa/$path
./Carthage/Checkouts/ReactiveCocoa/Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/ReactiveTask/$path
./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/ReactiveCocoa/$path
./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/ReactiveCocoa/Carthage.checkout/Quick/$path
This reverts commit 3a5f099297e9ab3b799af5f7a65edd8d64bc7bae.
|
|
Before:
$ brew info llvm
==> Dependencies
Build: xz ✔, xz ✔, xz ✔, xz ✔, xz ✔, xz ✔
$ brew info --json=v1 llvm
... "dependencies":["xz","xz","xz","xz","xz","xz"], ...
After
$ brew info llvm
==> Dependencies
Build: xz ✔
$ brew info --json=v1 llvm
... "dependencies":["xz"], ...
Closes #36653.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Bump to version 0.7.4
Closes #36652.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Also, the `make clean` step can now be removed, per https://github.com/Carthage/Carthage/pull/284#issuecomment-70677079.
Closes #36646.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
for issue Homebrew/homebrew#36646
Closes #36649.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36648.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36640.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
See
https://github.com/Homebrew/homebrew/pull/36629#discussion_r24293912
amongst other recent examples. The example formula isn’t as strongly
policed as the ` brew create ` default, this tries to do something
about that.
Closes #36639.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Version bump.
Closes #36638.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Losslessly compress with jpegoptim and optipng.
Closes #36606.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Update etcd to 2.0
Closes #36637.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36629.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
https://github.com/jakubroztocil/httpie/releases/tag/0.9.1
Closes #36634.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Shoot me in the arm and colour me surprised, Node 0.12 has landed
stable.
Also bump npm to 2.5.1 - Although marked pre-release by upstream this
is the npm version shipped in this Node release, and currently in iojs
as well, and npm is actively nudging people into deliberately jumping
over the normal release schedule just for once, so following that lead
here.
I’ve also taken the chance to simplify the formula quite a bit,
removing the increasingly complicated devel/head/stable logic and
meshing it back into one easier block. The icu4c dep lands as
recommended because Node upstream are shipping binaries with that
support (in English) available. OpenSSL remains optional, but is moved
to general availability rather than just devel for the sake of
simplification and having it optional everywhere causing no harm.
Deps may need rebuilding. I’m hoping the bot is kind enough to check
the bottles of the formulae that have them, but I’ll do a general
double check ASAP.
Closes #36608.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36630.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
https://github.com/Homebrew/homebrew-brewdler/pull/43#discussion_r24248760
Closes #36611.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Fixes #35382.
|
|
|
|
Version bump, deprecated an option in favour of newer syntax, added a
relatively simple test.
Closes #36534.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #36609.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Bump.
Closes #36615.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Release notes: http://frodo.looijaard.name/project/getopt/release/1-1-6
Signed-off-by: Jaehoon You <teslamint@gmail.com>
Closes #36618.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release.
Closes #36619.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release, remove unnecessary 'stable do' block.
Closes #36620.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest release, modernize formula.
Closes #36621.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Update to latest stable release, update resources, modernize formula.
Closes #36625.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|