diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-10-12 15:22:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 15:22:48 -0700 |
| commit | a3442bd387dc5995604ca05a4be3e2f2c8c93f05 (patch) | |
| tree | 4e7389e5f2158fc1ee6e48d75b61696241e8997a /ports/nettle/CONTROL | |
| parent | 96cc69fdbda8ce2a859f76fc4e1302fc23b0ee87 (diff) | |
| download | vcpkg-a3442bd387dc5995604ca05a4be3e2f2c8c93f05.tar.gz vcpkg-a3442bd387dc5995604ca05a4be3e2f2c8c93f05.zip | |
[nettle] Fix build failure on osx (#13959)
* [nettle] Fix build failure on osx
* Update ports/nettle/portfile.cmake
* Update ports/nettle/portfile.cmake
* Update ports/nettle/portfile.cmake
* Update ports/nettle/portfile.cmake
Diffstat (limited to 'ports/nettle/CONTROL')
| -rw-r--r-- | ports/nettle/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nettle/CONTROL b/ports/nettle/CONTROL index 48c42597e..f76d21412 100644 --- a/ports/nettle/CONTROL +++ b/ports/nettle/CONTROL @@ -1,6 +1,6 @@ Source: nettle
Version: 3.5.1
-Port-Version: 3
+Port-Version: 4
Homepage: https://git.lysator.liu.se/nettle/nettle
Description: Nettle is a low-level cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space.
Build-Depends: gmp, vs-yasm (windows)
\ No newline at end of file |
