aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-ublas
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-12-24 04:16:42 +0300
committerGitHub <noreply@github.com>2020-12-23 17:16:42 -0800
commitf2c91b2d897ebbc7f4531ed46e6a650a582a92ff (patch)
tree4f4a8e74c65a534e9927a3983ac30e0db5d56319 /ports/boost-ublas
parent6654632423844b0ff5441a6a99b4ae0ae259928f (diff)
downloadvcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.tar.gz
vcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.zip
[boost] update to 1.75.0 (#15090)
Diffstat (limited to 'ports/boost-ublas')
-rw-r--r--ports/boost-ublas/CONTROL2
-rw-r--r--ports/boost-ublas/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-ublas/CONTROL b/ports/boost-ublas/CONTROL
index 5cfa577c0..9d21f865f 100644
--- a/ports/boost-ublas/CONTROL
+++ b/ports/boost-ublas/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-ublas
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-compute, boost-concept-check, boost-config, boost-core, boost-iterator, boost-mpl, boost-range, boost-serialization, boost-smart-ptr, boost-static-assert, boost-type-traits, boost-typeof, boost-utility, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/ublas
Description: Boost ublas module
diff --git a/ports/boost-ublas/portfile.cmake b/ports/boost-ublas/portfile.cmake
index 5437fc444..d322ded2a 100644
--- a/ports/boost-ublas/portfile.cmake
+++ b/ports/boost-ublas/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/ublas
- REF boost-1.74.0
- SHA512 12fc78d5594979a02b58c6178e4af1c991ca0e97450059961c6b663f3fb19a298987e3c8c801748a77f8ee93b1b01f366159fe1f5504b3967ab6269ad30fe186
+ REF boost-1.75.0
+ SHA512 a6c20d97c92c7d2706aeeec71a2bf6672099ba17eb90e3bae9f0a01417b0e68fc2886d1867914aba2c975fcacbd243c5bcefdebdc4eb1b4947571a93c91881a5
HEAD_REF master
)