Skip to content

Commit

Permalink
boost: revision for icu4c
Browse files Browse the repository at this point in the history
The default configuration of `boost` does not depend on `icu4c`, but the
somewhat popular formula `ncmpcpp` depends on `boost --with-icu4c`. Bump
revision as there's no other way to trigger a rebuild of `boost` for
those users (and other users who have installed it with `--with-icu4c`).
This is necessary for `boost` to pick up the updated `icu4c` and thus
fix the dylib linkage for the affected users.

Fixes #395.

Closes #441.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
  • Loading branch information
UniqMartin committed Apr 19, 2016
1 parent cbd62df commit d635e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/boost.rb
Expand Up @@ -3,7 +3,7 @@ class Boost < Formula
homepage "https://www.boost.org/"
url "https://downloads.sourceforge.net/project/boost/boost/1.60.0/boost_1_60_0.tar.bz2"
sha256 "686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b"
revision 1
revision 2

head "https://github.com/boostorg/boost.git"

Expand Down

0 comments on commit d635e6b

Please sign in to comment.