diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 11:09:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 11:09:32 +0200 |
commit | 97568875d26a3df719381c195a50140ccdcbe01e (patch) | |
tree | 79c20b7ee6a6db7a6a0df0acdc9fe583de184a4a /manifest | |
parent | 5b89cf209c3fb184a917355e12f589c83e9ad28f (diff) |
Bump build2 version requirement to 0.8.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ build-exclude: * ; Only supports Linux and FreeBSD. requires: c++14 requires: postgresql >= 9.0 requires: apache2; Including development files (httpd.h header, etc). -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libapr1 |