Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Feb 9, 2017
2 parents 116b1b8 + 860fe21 commit 5f46d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/libraw/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: libraw
Version: 0.17.2-2
Version: 0.18.0-1
Build-Depends: libjpeg-turbo
Description: raw image decoder library
8 changes: 4 additions & 4 deletions ports/libraw/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/LibRaw-0.17.2)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/LibRaw-0.18.0)
vcpkg_download_distfile(ARCHIVE
URLS "http://www.libraw.org/data/LibRaw-0.17.2.zip"
FILENAME "LibRaw-0.17.2"
SHA512 97d34c84dafdcad300d607fbd4df7b120aea1ecdbc2783a8616bc423fa6a7a15adfbeb975f8dab021be09d08ef466c401a3b65bfd1abcfa49d31d4ab91873e60
URLS "http://www.libraw.org/data/LibRaw-0.18.0.zip"
FILENAME "LibRaw-0.18.0.zip"
SHA512 c66ae2331caffe18c2835d76d6106052125fab2f549a6f06687b4c1fedaae1c46ee0e4ae4c23b0480976870d76e8cfdbb91dd3cf11e3433ccc070bf03c538bb1
)
set(LIBRAW_CMAKE_COMMIT "a71f3b83ee3dccd7be32f9a2f410df4d9bdbde0a")
set(LIBRAW_CMAKE_SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/LibRaw-cmake-${LIBRAW_CMAKE_COMMIT})
Expand Down

0 comments on commit 5f46d89

Please sign in to comment.