Alex Gaynor
40e86e027d
afl-fuzz 2.10b
...
Closes Homebrew/homebrew#50590 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
a173bf3f15
clang-format: update 2016-03-29 bottle.
2016-04-02 17:47:57 +08:00
Martin Probst
eea2ac22ba
clang-format 2016-03-29
...
Closes Homebrew/homebrew#50561 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
9e756c2bb2
gauge: update 0.4.0 bottle.
2016-04-02 17:47:57 +08:00
gaugeci
ffc9dab9fa
gauge 0.4.0
...
Closes Homebrew/homebrew#50605 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
b8011f3448
scw: update 1.9.0 bottle.
2016-04-02 17:47:57 +08:00
Manfred Touron
10df125989
scw 1.9.0
...
Closes Homebrew/homebrew#50604 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
3d6860ffd1
sbcl: update 1.3.4 bottle.
2016-04-02 17:47:57 +08:00
Auvi R
b60f4d3476
sbcl 1.3.4
...
Closes Homebrew/homebrew#50594 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
c41ee814a3
postgresql: update 9.5.2 bottle.
2016-04-02 17:47:57 +08:00
Joep Loijens
5b558c7993
postgresql 9.5.2
...
Closes Homebrew/homebrew#50599 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
be537884da
node: update 5.10.0 bottle.
2016-04-02 17:47:57 +08:00
Christian Moritz
9061d68b1f
node 5.10.0
...
Closes Homebrew/homebrew#50598 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
259c60e13b
tippecanoe: update 1.9.7 bottle.
2016-04-02 17:47:57 +08:00
Timothy Asquith
ff75d04cc5
tippecanoe 1.9.7
...
Closes Homebrew/homebrew#50592 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
imcaspar
a8d0713afc
apktool 2.1.0
...
update apktool to version 2.1.0
Closes Homebrew/homebrew#50591 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
6595ae31e7
libagar: update 1.5.0 bottle.
2016-04-02 17:47:57 +08:00
Kyungdahm Yun
aef63f2204
libagar 1.5.0
...
Closes Homebrew/homebrew#50589 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
Dan
23e945c038
gitbucket 3.13
...
Closes Homebrew/homebrew#50588 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
b99dd95d77
gl2ps: update 1.3.9_2 bottle.
2016-04-02 17:47:57 +08:00
ilovezfs
1a6bec49e5
gl2ps: prevent linking against X11's libglut.dylib
...
To avoid "accidentally" linking against X11's libglut.dylib when X11
happens to be installed, manually set
GLUT_glut_LIBRARY=/System/Library/Frameworks/GLUT.framework
This allows the bottle build server to have X11 installed, but not end
up forcing us to add an X11 requirement to the formula.
Closes Homebrew/homebrew#50601 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
1fddfc304f
mu: update 0.9.16 bottle.
2016-04-02 17:47:57 +08:00
Danie Roux
666efe8637
mu: Remove ENV.O0 compile hack, unneeded now
...
https://github.com/djcb/mu/issues/397 is fixed in this version and compiling
with ENV.O0 is not needed anymore
Closes Homebrew/homebrew#50584 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-04-02 17:47:57 +08:00
BrewTestBot
c60dc9bbac
gl2ps: update 1.3.9_1 bottle.
2016-04-01 16:29:53 +08:00
ilovezfs
2825992c56
gl2ps: bump revision
...
Fixes "dyld: Library not loaded: /opt/X11/lib/libglut.3.dylib" when
running the test.
Closes Homebrew/homebrew#50583 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-04-01 16:29:53 +08:00
BrewTestBot
f19a95aee7
open-scene-graph: update 3.4.0_1 bottle.
2016-04-01 12:24:47 +08:00
Martin Afanasjew
4d738b002c
open-scene-graph: work around an SDK 10.11 issue
...
This is not a true fix, as the actual problem is in the 10.11 SDK, that
is used in a non-standard way. That way, the compiler doesn't see the
headers as system headers and (rightfully) complains about them being
broken in C++11 mode.
See also <https://plus.google.com/+ThiagoMacieira/posts/2SmArLfeDZt >.
Since the failure is not OSG's fault, it seems more fair to re-enable
support for 10.10/10.11 and just swallow the error caused by the broken
SDK header (by turning it back into a warning in C++11 mode).
Fixes Homebrew/homebrew#46372 .
Closes Homebrew/homebrew#50229 .
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-04-01 12:24:47 +08:00
BrewTestBot
75b404496d
ola: update 0.10.1 bottle.
2016-04-01 12:24:47 +08:00
James Elliott
ef8d32aa86
ola 0.10.1
...
Closes Homebrew/homebrew#50452 .
Signed-off-by: Alex Dunn <adunn@ucsb.edu>
2016-04-01 12:24:47 +08:00
asaph
f4af44b94f
jenkins 2.0-rc (devel)
...
Closes Homebrew/homebrew#50100 .
Signed-off-by: Alex Dunn <adunn@ucsb.edu>
2016-04-01 12:24:47 +08:00
BrewTestBot
26fb409fc9
swift: update 2.2 bottle.
2016-04-01 12:24:47 +08:00
Aleksey
5644823ede
swift 2.2
...
Swift: update to 2.2 release
Closes Homebrew/homebrew#50487 .
Signed-off-by: Alex Dunn <adunn@ucsb.edu>
2016-04-01 12:24:47 +08:00
BrewTestBot
dbcbe60d5d
zabbix: update 3.0.1 bottle.
2016-04-01 12:24:47 +08:00
TachikomaGT
2b00d66fa6
zabbix 3.0.1
...
Zabbix version updated to 3.0.1 (change major version)
Closes Homebrew/homebrew#50573 .
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-04-01 12:24:47 +08:00
BrewTestBot
a09831dbfd
strongswan: update 5.4.0 bottle.
2016-04-01 12:24:47 +08:00
Tobias Brunner
fe89dc169d
strongswan 5.4.0
...
Closes Homebrew/homebrew#50570 .
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-04-01 12:24:47 +08:00
BrewTestBot
fb81645562
dmd: update 2.070.2 bottle.
2016-03-31 14:46:58 +08:00
John Colvin
a9eef5455f
dmd 2.070.1-b2 (devel)
...
Closes Homebrew/homebrew#50539 .
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-03-31 14:46:58 +08:00
BrewTestBot
65d8d1b9f0
carina: update 1.3.0 bottle.
2016-03-31 14:46:58 +08:00
Kyle Kelley
6d8326c328
carina 1.3.0
...
Closes Homebrew/homebrew#50491 .
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-03-31 14:46:58 +08:00
BrewTestBot
b597935b3b
global: update 6.5.4 bottle.
2016-03-31 14:46:58 +08:00
Arne Jørgensen
e2addee3c7
global 6.5.4
...
Closes Homebrew/homebrew#50512 .
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-03-31 14:46:58 +08:00
BrewTestBot
85bef0e9e1
osquery: update 1.7.3 bottle.
2016-03-31 14:46:58 +08:00
Teddy Reed
4fc943a602
osquery 1.7.3
...
Closes Homebrew/homebrew#50559 .
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-03-31 14:46:58 +08:00
BrewTestBot
c8dafc0930
kibana: update 4.5.0 bottle.
2016-03-31 14:46:58 +08:00
Jason Tedor
82fd9546c8
kibana 4.5.0
...
Closes Homebrew/homebrew#50543 .
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-03-31 14:46:58 +08:00
Jason Tedor
e9683aa07b
Fix logstash style violation
...
This commit address the logstash formula style violation:
- `head block` (line 9) should be put before `bottle modifier` (line 7)
2016-03-31 14:46:58 +08:00
Jason Tedor
bcb205dc90
logstash 2.3.0
2016-03-31 14:46:58 +08:00
Jason Tedor
e5ec584f95
elasticsearch 2.3.0
2016-03-31 14:46:58 +08:00
Miguel Araújo
253699af36
jcal: fixing one warning about system command
...
Closes Homebrew/homebrew#50558 .
Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-03-31 14:46:58 +08:00