BrewTestBot
584cf53f83
t1utils: update 1.41 bottle.
2017-08-16 20:52:21 -07:00
ilovezfs
f337895c02
t1utils 1.41
...
Closes #16886 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:52:21 -07:00
BrewTestBot
deaf9bad6b
rancher-cli: update 0.6.3 bottle.
2017-08-16 20:52:21 -07:00
ilovezfs
1662f172b3
rancher-cli 0.6.3
...
Closes #16885 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:52:21 -07:00
BrewTestBot
a88d4cbfde
libuv: update 1.14.0 bottle.
2017-08-16 20:48:44 -07:00
ilovezfs
d58c12831e
libuv 1.14.0
...
Closes #16883 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:48:43 -07:00
BrewTestBot
b672e5f14f
freeipmi: update 1.5.7 bottle.
2017-08-16 20:48:25 -07:00
ilovezfs
8c80864fe2
freeipmi 1.5.7
...
Closes #16882 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:48:23 -07:00
BrewTestBot
417afac5c3
fits: update 1.2.0 bottle.
2017-08-16 20:47:42 -07:00
ilovezfs
5e7176beb6
fits 1.2.0
...
Closes #16881 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:47:40 -07:00
BrewTestBot
9b6a0ab4a7
fio: update 3.0 bottle.
2017-08-16 20:47:23 -07:00
ilovezfs
8a0c8c8d49
fio 3.0
...
Closes #16880 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:47:22 -07:00
BrewTestBot
8406d175d6
git-town: update 4.2.1 bottle.
2017-08-16 20:47:02 -07:00
ilovezfs
b3e4e6708a
git-town 4.2.1
...
Closes #16850 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 20:47:00 -07:00
Alyssa Ross
5676850061
bitcoin: needs cxx11 ( #16874 )
2017-08-16 14:48:17 -07:00
Jared Sartin
d0191369d9
luaver 1.1.0 ( #16839 )
2017-08-16 14:34:08 -07:00
BrewTestBot
39140118e6
terraform: update 0.10.2 bottle.
2017-08-16 14:25:02 -07:00
Christoph Blecker
0b05678eba
terraform 0.10.2
...
Closes #16872 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 14:25:01 -07:00
BrewTestBot
e0478962cf
ios-webkit-debug-proxy: update 1.8 bottle.
2017-08-16 22:56:49 +02:00
artygus
32e8cb2f44
ios-webkit-debug-proxy 1.8
...
Closes #16870 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2017-08-16 22:56:47 +02:00
Joe Wicentowski
387e3db210
saxon 9.8.0.4
2017-08-16 22:55:12 +02:00
Dan Billings
e72ad9ad46
cromwell 29
2017-08-16 22:54:36 +02:00
BrewTestBot
6052055341
dvm: update 0.9.0 bottle.
2017-08-16 22:52:39 +02:00
Carolyn Van Slyck
a17901be14
dvm 0.9.0
...
Note: dvm now vendors its dependencies, and no longer uses glide
or a get-deps build step
Closes #16876 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2017-08-16 22:52:37 +02:00
BrewTestBot
bc08679a57
kubernetes-helm: update 2.6.0 bottle.
2017-08-16 22:51:35 +02:00
Scott Rigby
ea2be75212
kubernetes-helm 2.6.0
...
Closes #16877 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2017-08-16 22:51:34 +02:00
Dominyk Tiller
32fca2226d
mongodb: post_install not postinstall ( #16867 )
2017-08-16 06:49:29 -07:00
BrewTestBot
5a8f99dfc2
duplicity: update 0.7.12_1 bottle.
2017-08-16 06:42:57 -07:00
Juan Cruz Viotti
6b658de401
duplicity: downgrade dropbox to 6.9.0
...
The current duplicity version is incompatible with the latest dropbox
python packages, resulting in the following error when performing a
Dropbox backup:
```
error "expected request_binary as binary type, got <type 'file'>"
```
This commit also updates `cffi`, since it seems the formula is not
building correctly at the moment, independently on the Dropbox issue
mentioned before.
See: http://nongnu.13855.n7.nabble.com/Dropbox-backend-error-on-backup-td217454.html
Closes #16735 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 06:42:41 -07:00
BrewTestBot
0121b92d05
pgrouting: update 2.4.2 bottle.
2017-08-16 06:31:42 -07:00
dersvenhesse
2d85a296a3
pgrouting 2.4.2
...
Closes #16865 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 06:31:41 -07:00
Filippo Valsorda
a3fe5ea6e2
unbound: use the brewed Python ( #16728 )
...
When the python alias was removed from the python Formula, unbound
reverted to using the system Python, but unboundmodule.py is installed
for the brewed python. That broke the Python integration.
Use the configure env var PYTHON_VERSION to make Unbound find the brewed
python2.7 binary.
2017-08-16 06:30:42 -07:00
BrewTestBot
aeef0e045b
mongodb: update 3.4.7 bottle.
2017-08-16 05:57:44 -07:00
Dominyk Tiller
3894d5f0f9
mongodb: install mongoreplay
...
If anyone who has never installed the CLT package on their machines
and therefore does not have a `/usr/include` wants to test this for me
that would be very much appreciated.
Closes https://github.com/Homebrew/homebrew-core/issues/16068 .
Closes #16794 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 05:57:43 -07:00
Dominyk Tiller
a24f4f1939
mongodb: minor style tweaks
2017-08-16 05:57:42 -07:00
Dominyk Tiller
81e563e9ff
mongodb: move var directory creation to postinstall
2017-08-16 05:57:42 -07:00
Alyssa Ross
bc5f1a31fc
bitcoin: explicitly set boost libdir ( #16864 )
...
Without this, I got an error: (see bitcoin/bitcoin#3219 )
> configure: error: Could not find a version of the boost_system library!
With this specified explicitly, the formula builds correctly and
`brew test bitcoin` is successful.
2017-08-16 05:47:11 -07:00
BrewTestBot
d6b4b6ba05
thefuck: update 3.20 bottle.
2017-08-16 03:35:47 -07:00
ilovezfs
eedeaf52ec
thefuck 3.20
...
Closes #16863 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 03:35:45 -07:00
BrewTestBot
c1671cf4c1
sdcv: update 0.5.2 bottle.
2017-08-16 03:31:51 -07:00
JCount
7a9191f7f9
sdcv 0.5.2
...
Closes #16862 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 03:31:49 -07:00
BrewTestBot
42cdaa672c
osmium-tool: update 1.7.0 bottle.
2017-08-16 03:31:46 -07:00
JCount
ccc4b18cbb
osmium-tool 1.7.0
...
Closes #16861 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 03:31:44 -07:00
BrewTestBot
142c0ed3ff
aws-sdk-cpp: update 1.1.30 bottle.
2017-08-16 03:31:41 -07:00
JCount
1e59a50cb7
aws-sdk-cpp 1.1.30
...
Closes #16858 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 03:31:40 -07:00
BrewTestBot
2c281e2ed1
ace: update 6.4.4 bottle.
2017-08-16 03:28:32 -07:00
Johnny Willemsen
c7f6eb2929
ace 6.4.4
...
Closes #16855 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 03:28:28 -07:00
BrewTestBot
bcc9aa30d5
heroku: update 6.13.15 bottle.
2017-08-16 02:23:57 -07:00
Jeff Dickey
4ec1409b7b
heroku 6.13.15
...
Closes #16827 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-08-16 02:23:57 -07:00
Bastian Hofmann
fdb40af6ca
linkerd 1.1.3 ( #16856 )
2017-08-16 02:12:40 -07:00