diff options
| author | devel <alexander.kaspar@gmail.com> | 2016-11-27 07:54:53 +0100 |
|---|---|---|
| committer | devel <alexander.kaspar@gmail.com> | 2016-11-27 07:54:53 +0100 |
| commit | 5ba4567c0261eab34c968b302f6d58b48bd82699 (patch) | |
| tree | 498963c5f3ca10a618ec00067e88e475b7b12779 /ports/rxcpp | |
| parent | 877b237f6f22fdc098051f550c7b9dcf26afe3ec (diff) | |
| parent | bc8a015889caa63c4d3ebac06714b1b5601e638e (diff) | |
| download | vcpkg-5ba4567c0261eab34c968b302f6d58b48bd82699.tar.gz vcpkg-5ba4567c0261eab34c968b302f6d58b48bd82699.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca
Diffstat (limited to 'ports/rxcpp')
| -rw-r--r-- | ports/rxcpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/rxcpp/portfile.cmake | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/rxcpp/CONTROL b/ports/rxcpp/CONTROL index b4440da35..02b873816 100644 --- a/ports/rxcpp/CONTROL +++ b/ports/rxcpp/CONTROL @@ -1,3 +1,3 @@ Source: rxcpp -Version: 2.3.0 +Version: 3.0.0 Description: Reactive Extensions for C++
\ No newline at end of file diff --git a/ports/rxcpp/portfile.cmake b/ports/rxcpp/portfile.cmake index 65062c360..4a321222d 100644 --- a/ports/rxcpp/portfile.cmake +++ b/ports/rxcpp/portfile.cmake @@ -1,12 +1,12 @@ #header-only library include(vcpkg_common_functions) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/RxCpp-2.3.0) -vcpkg_download_distfile(ARCHIVE_FILE - URLS "https://github.com/Reactive-Extensions/RxCpp/archive/v2.3.0.tar.gz" - FILENAME "RxCpp-2.3.0.tar.gz" - SHA512 180cf36777b0c14e989b4b79f01fcda7ecabfe4b3cee3ad7343138497578af02745de63f74941ec228eac3fccca4a7dfdfdd1c4d16a89438022dca6f9968953f +set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/RxCpp-3.0.0) +vcpkg_download_distfile(ARCHIVE + URLS "https://github.com/Reactive-Extensions/RxCpp/archive/v3.0.0.tar.gz" + FILENAME "RxCpp-v3.0.0.tar.gz" + SHA512 6d810b6163d0920d531f32a13729e290c81b47d5fc9c3e3d3d8a25d27a6f0671fec097d091bef7383b7e556e9e5471db087bb955e7f4fd9a5fdc9e7b06050844 ) -vcpkg_extract_source_archive(${ARCHIVE_FILE}) +vcpkg_extract_source_archive(${ARCHIVE}) file(INSTALL ${SOURCE_PATH}/Rx/v2/src/rxcpp |
