aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-04-02pgcli 0.16.3Amjith Ramanujam
Closes #38326. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-02commonmark: update 0.18.3 bottle.BrewTestBot
2015-04-02commonmark 0.18.3Zhiming Wang
Also switch from SHA-1 to SHA-256. Closes #38327. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-02Switch PkgVersion to use compositionJack Nagel
Comparing PkgVersion and Version objects can produce nonsensical results. For example, equality is not symmetric: irb(main):002:0> PkgVersion.new("1.0", 0) == Version.new("1.0") => false irb(main):003:0> Version.new("1.0") == PkgVersion.new("1.0", 0) => true Rather than attempt to deal with subclass-superclass equality, let's use composition and punt on the problem altogether.
2015-04-02ooniprobe: add 1.3.0 bottle.BrewTestBot
2015-04-02ooniprobe 1.3.0 (new formula)Tim D. Smith
Closes #38292.
2015-04-02grails 3.0.1Chris Nuccitelli
Closes #38305. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02vegeta: update 5.6.2 bottle.BrewTestBot
2015-04-02vegeta 5.6.2Tomás Senart
Closes #38304. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02gearman: update 1.1.12 bottle.BrewTestBot
2015-04-02gearman: fix log placementDominyk Tiller
Closes #38290. Closes #38303. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02audit: enforce https for bare bintray.com domainViktor Szakáts
Closes #38302. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02fzf: update 0.9.7 bottle.BrewTestBot
2015-04-02fzf 0.9.7Junegunn Choi
Closes #38270. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02heroku-toolbelt: add headAlessio Bogon
Closes #38300. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02git-test 1.0.1 (new formula)William Roe
Closes #38297. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02libvirt: update 1.2.14 bottle.BrewTestBot
2015-04-02libvirt 1.2.14Justin Clift
Closes #38299. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02dcd: add 0.5.1 bottle.BrewTestBot
2015-04-02dcd 0.5.1 (new formula)John Colvin
Closes #38117. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02aws-elasticbeanstalk: update 3.2 bottle.BrewTestBot
2015-04-02imagemagick: optional pango dependency.Arthur Darcet
Closes #38296. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02erlang: update 17.5 bottle.BrewTestBot
2015-04-02erlang 17.5Ali Sabil
Closes #38295. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02tup: fix compilation of HEAD version in YosemiteGregory Petrosyan
Do not try to apply an outdated patch. Backport upstream commit instead of abandoned PR. Closes #38288. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02heroku 3.30.4Shu Uesugi
3.30.4 release commit: https://github.com/heroku/heroku/commit/63fa2977f82588c175ebcf637de3c71fd40892a0 Closes #38293. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02gauge: update 0.0.6 bottle.BrewTestBot
2015-04-02gauge 0.0.6Kashishm
Closes #38291. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02python3: use lib_cellar variable for consistency.Simon Ye
Makes it more in line with python2 and easier downstream merges with linuxbrew. Closes #38257. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02svg2pdf: add 0.1.3 bottle.BrewTestBot
2015-04-02svg2pdf: test addedBaptiste Fontaine
Closes #38289. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02pazpar2: update 1.8.7 bottle.BrewTestBot
2015-04-02pazpar2 1.8.7Sven-S. Porst
Closes #38286. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02yaz: update 5.11.0 bottle.BrewTestBot
2015-04-02yaz 5.11.0Sven-S. Porst
Closes #38285. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02metaproxy: update 1.8.7 bottle.BrewTestBot
2015-04-02metaproxy 1.8.7Sven-S. Porst
Closes #38287. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02v8: update 4.1.0.27 bottle.BrewTestBot
2015-04-02v8 4.1.0.27Dominyk Tiller
The V8 Formula update process is fairly deeply confusing, which is why I haven’t proposed an update to it in months even after the 4.1.x branch landed stable. But I guess a PR is more welcome than an issue, wherever the discussion ends up. I don’t know what current policy is here, but I guess I’m proposing that we track Chrome Stable in future. It’d make it easier for people to understand what gets updated and why - Further to that, nothing in the core has a firm dep on V8, there’s only one optional dep, so we don’t particularly have to worry about protecting other formulae from breaking. Jack and Adam have historically been the main editors to this formulae, so I happily defer to them on what we do and why. Closes #38278. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02node: update 0.12.2 bottle.BrewTestBot
2015-04-02node 0.12.2Dominyk Tiller
Bump. Closes #38281. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02orientdb: update 2.0.6 bottle.BrewTestBot
2015-04-02orientdb 2.0.6Shawn Poindexter
Closes #38280. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02when: add 1.1.34 bottle.BrewTestBot
2015-04-02when 1.1.34Alex Dunn
Closes #38258. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02cabal-install: update 1.22.2.0 bottle.BrewTestBot
2015-04-02cabal-install 1.22.2.0Alexander Altman
Closes #38273. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02aws-elasticbeanstalk: update 3.2 bottle.BrewTestBot
2015-04-02aws-elasticbeanstalk 3.2Leo Correa
Closes #38277. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-02fontforge: update 20150330 bottle.BrewTestBot