Commit graph

53743 commits

Author SHA1 Message Date
BrewTestBot
eefbff642c daemon: add 0.6.4 bottle. 2016-02-27 13:04:01 +00:00
ilovezfs
4ead7443d7 daemon: deparallelize
Deparallelize the build to fix intermittent build failures such as

  libslack/locker.h:29:10: fatal error: 'slack/hdr.h' file not found
  libslack/prog.h:29:10: fatal error: 'slack/hdr.h' file not found
  daemon.c:656:10: fatal error: 'slack/std.h' file not found

Closes Homebrew/homebrew#49588.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-27 13:03:58 +00:00
BrewTestBot
8512b3f49a dcmtk: update 3.6.1-20160216 bottle. 2016-02-27 13:03:08 +00:00
ilovezfs
b4202bfe87 dcmtk 3.6.1-20160216
update to the latest snapshot since the prior snapshot now 404s

Closes Homebrew/homebrew#49589.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-27 13:03:05 +00:00
BrewTestBot
08b98a4977 dirac: update 1.0.2 bottle. 2016-02-27 13:00:40 +00:00
ilovezfs
223353952f dirac: use SourceForge for download urls
- use their SourceForge project for the downloads plus some mirrors,
  since their website appears to be gone or at least down
- leaving the homepage as-is in case it comes back

Closes Homebrew/homebrew#49590.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-27 13:00:37 +00:00
BrewTestBot
b1887fd5b3 tesseract: update 3.04.01_1 bottle. 2016-02-27 09:59:13 +00:00
Andrew Janke
f93944ab22 tesseract: fix broken OPENCL_LIB in pkg-config file
Fixes Homebrew/homebrew#49579

Closes Homebrew/homebrew#49587.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:59:10 +00:00
BrewTestBot
75875168c8 nghttp2: update 1.8.0 bottle. 2016-02-27 09:59:08 +00:00
187j3x1
13a73e42f9 nghttp2 1.8.0
Closes Homebrew/homebrew#49585.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:59:05 +00:00
dickeyxxx
87d5300c7f heroku-toolbelt 3.42.38
Closes Homebrew/homebrew#49584.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:59:04 +00:00
BrewTestBot
e723e1e4aa dos2unix: update 7.3.3 bottle. 2016-02-27 09:59:01 +00:00
asaph
51d599722b dos2unix 7.3.3
Closes Homebrew/homebrew#49583.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:58:58 +00:00
Eugene Tskhovrebov
a095469115 Solr 5.5.0
Closes Homebrew/homebrew#49578.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:58:57 +00:00
BrewTestBot
3dd7ffcbfd tokyo-tyrant: update 1.1.41_1 bottle. 2016-02-27 09:58:53 +00:00
Ruben Kerkhof
de7a09efb3 Tokyo Tyrant: install .pc file in right location
The pkgconfig file was installed in libexec/lib/pkgconfig.
pkg-config doesn't look there, move the .pc file to lib/pkgconfig
instead.

Fixes Homebrew/homebrew#49569

Closes Homebrew/homebrew#49574.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:58:51 +00:00
BrewTestBot
93bc5f2ea5 libebur128: update 1.1.0 bottle. 2016-02-27 09:58:48 +00:00
Kyle Swanson
729665d2be libebur128 1.1.0
Closes Homebrew/homebrew#49572.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-27 09:58:45 +00:00
BrewTestBot
183bc18f88 abcl: add 1.3.3 bottle. 2016-02-26 21:27:26 -08:00
Alex Dunn
2c1f799fb9 abcl: build from source, add HEAD
Closes Homebrew/homebrew#49581.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-02-26 21:27:18 -08:00
Jon Clausen
64a243b93e commandbox 3.0.1
Closes Homebrew/homebrew#49559.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-02-26 22:14:04 -05:00
BrewTestBot
834cf41370 nomad: update 0.3.0 bottle. 2016-02-26 22:11:59 -05:00
Josh Tilles
6a21c58775 nomad 0.3.0
Nomad: 0.3.0

Announcement about the release: <https://www.hashicorp.com/blog/nomad-0.3.html>.

Closes Homebrew/homebrew#49575.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-02-26 22:11:58 -05:00
Steve Mao
98f7d04431 diff-so-fancy 0.5.1
Closes Homebrew/homebrew#49577.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-02-26 22:10:54 -05:00
BrewTestBot
89fe6f1d1f agda: update 2.4.2.5 bottle. 2016-02-26 19:41:32 +00:00
ilovezfs
4a3c287d69 agda: fix HashMap build failure
Use the nightly stackage cabal.config from 2016-02-08, since it was the
last nightly to contain
  < unordered-containers-0.2.5.1 and
  < transformers-compat-0.5.1.4 (necessitated by the former)

This avoids a conflict between ‘module HashMap' and 'mapMaybe', and one
between ‘module HashMap’ and ‘alter’.

Once 2.5.1 is released, the hard-coded cabal.config should be removed.

References:
  agda/agda@0ee2951
  agda/agda#1779
  agda/agda#1840

Closes Homebrew/homebrew#49427.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:41:29 +00:00
BrewTestBot
56c7c58772 carthage: update 0.15 bottle. 2016-02-26 19:34:11 +00:00
Matt Diephouse
d8e309f64c carthage 0.15
Closes Homebrew/homebrew#49564.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:34:08 +00:00
BrewTestBot
9559a0d353 ipmitool: add 1.8.16 bottle. 2016-02-26 19:33:36 +00:00
Rickard von Essen
49488ddfe7 ipmitool 1.8.16
ipmitool v. 1.8.16

Closes Homebrew/homebrew#49554.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:33:33 +00:00
BrewTestBot
b9132eb46d osquery: update 1.7.1 bottle. 2016-02-26 19:28:58 +00:00
Teddy Reed
0e0aabe238 osquery 1.7.1
Closes Homebrew/homebrew#49561.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:28:54 +00:00
BrewTestBot
0bc799244f collectd: update 5.5.1 bottle. 2016-02-26 19:27:23 +00:00
Ruben Kerkhof
6f1bea8eac collectd 5.5.1
Collectd 5.5.1

- Drop patch for cpu plugin, issue has been fixed upstream.
- Change head url to github, this is now the canonical repository.
- Collectd builds fine in parallel now
- Collectd builds fine with newer Java versions.

Closes Homebrew/homebrew#49560.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:27:20 +00:00
BrewTestBot
275fb36f1f docker-compose: update 1.6.2 bottle. 2016-02-26 19:24:29 +00:00
Jeroen Jacobs
b0933f56fa docker-compose 1.6.2
Closes Homebrew/homebrew#49558.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:24:26 +00:00
Alex Chesters
9a1f17ecf5 ghi 1.1.1
Closes Homebrew/homebrew#49557.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:21:45 +00:00
BrewTestBot
bef898e386 cpulimit: add 0.2 bottle. 2016-02-26 19:16:47 +00:00
Alessio Bogon
e5ad36dc6a cpulimit 0.2
Closes Homebrew/homebrew#49556.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:16:44 +00:00
BrewTestBot
b268f278e5 asciinema: update 1.2.0 bottle. 2016-02-26 19:16:12 +00:00
Alessio Bogon
457b035b3a asciinema 1.2.0
Closes Homebrew/homebrew#49555.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:16:09 +00:00
Thierry Moisan
ec6981e7c9 checkstyle 6.15
Closes Homebrew/homebrew#49543.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:14:39 +00:00
BrewTestBot
df9a27d7d9 scmpuff: update 0.1.1 bottle. 2016-02-26 19:10:19 +00:00
Jaehyeon Nam
04b11ea6d2 scmpuff: disable GO15VENDOREXPERIMENT
Closes Homebrew/homebrew#49516.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:10:02 +00:00
BrewTestBot
c3c4a3d158 tarantool: update 1.6.8-525 bottle. 2016-02-26 19:05:58 +00:00
bigbes
526702747e tarantool 1.6.8-525
Tarantool 1.6.8-525

Closes Homebrew/homebrew#49522.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:05:54 +00:00
Mislav Marohnić
54018e3905 ruby-build 20160226
Closes Homebrew/homebrew#49553.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-26 10:39:12 +00:00
BrewTestBot
907fd0d478 yeti: add 0.9.9.1 bottle. 2016-02-26 09:04:06 +00:00
Alexander Altman
8064d7c126 yeti 0.9.9.1
Closes Homebrew/homebrew#49547.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-26 09:04:06 +00:00
BrewTestBot
2a16e7d339 caddy: update 0.8.2 bottle. 2016-02-26 09:04:06 +00:00