aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-09-27 11:16:02 -0700
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-27 11:16:02 -0700
commit2f11e0732afa62bd2d9918ace9ddff8d81e43963 (patch)
tree064c93c26bf61a8ef767e2b9a103021730996bbe
parent9433136b22b5e443d550ca7665a562637c8a86b9 (diff)
downloadvcpkg-2f11e0732afa62bd2d9918ace9ddff8d81e43963.tar.gz
vcpkg-2f11e0732afa62bd2d9918ace9ddff8d81e43963.zip
[hpx] Redirect --head to `stable` (#8259)
-rw-r--r--ports/hpx/CONTROL2
-rw-r--r--ports/hpx/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/hpx/CONTROL b/ports/hpx/CONTROL
index 99cc84d6f..a9d5059d4 100644
--- a/ports/hpx/CONTROL
+++ b/ports/hpx/CONTROL
@@ -1,5 +1,5 @@
Source: hpx
-Version: 1.3.0-1
+Version: 1.3.0-2
Build-Depends: hwloc, boost-accumulators, boost-algorithm, boost-asio, boost-assign, boost-bimap, boost-chrono, boost-config, boost-context, boost-dynamic-bitset, boost-exception, boost-filesystem, boost-iostreams, boost-lockfree, boost-program-options, boost-range, boost-spirit, boost-system, boost-throw-exception, boost-variant, boost-winapi
Homepage: https://github.com/STEllAR-GROUP/hpx
Description: The C++ Standards Library for Concurrency and Parallelism
diff --git a/ports/hpx/portfile.cmake b/ports/hpx/portfile.cmake
index 80e79bac6..4eb785a50 100644
--- a/ports/hpx/portfile.cmake
+++ b/ports/hpx/portfile.cmake
@@ -7,7 +7,7 @@ vcpkg_from_github(
REPO STEllAR-GROUP/hpx
REF 1.3.0
SHA512 e55ca0c6fe1716b6ee72b0c4a9234a1136455ddc2f5509925395a80442d564b0db251968fef53d202a1f5140e12d0941d0173ab20a7b181632eac20cb925bf31
- HEAD_REF master
+ HEAD_REF stable
)
vcpkg_configure_cmake(