Skip to content

Commit

Permalink
Merge pull request #336 from frederich/tc-range_update-e2d3018
Browse files Browse the repository at this point in the history
[think-cell-range] upgrade to e2d3018
  • Loading branch information
alexkaratarakis committed Nov 24, 2016
2 parents 7f73ac8 + 986c6e5 commit 2a8d61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/think-cell-range/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: think-cell-range
Maintainer: jfrederich@gmail.com
Version: 1d785d9
Version: e2d3018
Description: think-cell's range library <https://think-cell.com>, <https://github.com/think-cell/range>, <https://www.think-cell.com/en/career/talks/ranges/#1>
Build-Depends: boost
8 changes: 4 additions & 4 deletions ports/think-cell-range/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/range-1d785d99b6d4e43b951bff51219e9304b012c3fe)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/range-e2d3018c3a797e7328dea005e72b34cace8b1fc6)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/think-cell/range/archive/1d785d99b6d4e43b951bff51219e9304b012c3fe.zip"
FILENAME "think-cell_range-1d785d9.zip"
SHA512 2248d9bcc053f67c4b30b640254bf89a2f4c753fb144219806358175fb897a264c330e870556568d3b2f6c6987f49a5a875492b36f614f19bca0e3b46d0c2490
URLS "https://github.com/think-cell/range/archive/e2d3018c3a797e7328dea005e72b34cace8b1fc6.zip"
FILENAME "think-cell_range-e2d3018.zip"
SHA512 13c74aba4950a84fdf446c976564030b18a740c5ce42b7650116a0559ba9e9a59471ff0f80132c626bc442402b3717805d3615b9ea70751e2dd1e648fd9f7916
)
vcpkg_extract_source_archive(${ARCHIVE})

Expand Down

0 comments on commit 2a8d61b

Please sign in to comment.