diff options
| author | DCore Team <49679595+decent-dcore@users.noreply.github.com> | 2020-01-22 22:11:40 +0100 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2020-01-22 13:11:40 -0800 |
| commit | 3aa59794717417d11366106ead0fcd943d63171f (patch) | |
| tree | 821c7d69950266c1a96c21721b583ebd530deb49 /ports/pbc/CONTROL | |
| parent | ba47af7fa8cc1ed353271d35c9752197ec7c7966 (diff) | |
| download | vcpkg-3aa59794717417d11366106ead0fcd943d63171f.tar.gz vcpkg-3aa59794717417d11366106ead0fcd943d63171f.zip | |
[pbc] Correct non Windows build (#9281)
Co-authored-by: rfric <43748255+rfric@users.noreply.github.com>
Diffstat (limited to 'ports/pbc/CONTROL')
| -rw-r--r-- | ports/pbc/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/pbc/CONTROL b/ports/pbc/CONTROL index ba09843de..b717ac1e5 100644 --- a/ports/pbc/CONTROL +++ b/ports/pbc/CONTROL @@ -1,4 +1,5 @@ Source: pbc -Version: 0.5.14-1 -Build-Depends: mpir +Version: 0.5.14-2 +Build-Depends: mpir (windows) +Homepage: https://crypto.stanford.edu/pbc Description: Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems. |
