diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:24 +0200 |
commit | 355129180465e82cdcc1f174c5039420391953f5 (patch) | |
tree | e646f4855e93b97de2e30805f69cadb03efb9e15 | |
parent | 9f3211df466b885314258463518e4698fb916112 (diff) |
Release version 0.16.0v0.16.0
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: openssl-agent -version: 0.16.0-a.0.z +version: 0.16.0 project: build2 summary: OpenSSL key agent license: MIT @@ -15,6 +15,6 @@ email: users@build2.org build-warning-email: builds@build2.org builds: host : &( +linux +freebsd ); Currently only supported on Linux and BSD. requires: c++14 -depends: * build2 >= 0.15.0- -depends: * bpkg >= 0.15.0- -depends: libbutl [0.16.0-a.0.1 0.16.0-a.1) +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- +depends: libbutl ^0.16.0 |