[selene] Update to v0.1.1 (bugfix release).

This commit is contained in:
Michael Hofmann 2018-05-26 11:45:47 +02:00
parent 2ac7527b40
commit dd4f71cf9a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: selene
Version: 0.1.0
Version: 0.1.1
Description: A C++14 image representation, processing and I/O library.
Build-Depends: zlib, libpng, libjpeg-turbo

View File

@ -1,6 +1,6 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/selene-0.1.0)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/selene-0.1.1)
if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
set(SELENE_EXPORT_SYMBOLS TRUE)
@ -11,8 +11,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kmhofmann/selene
REF v0.1.0
SHA512 59b136cc92a2a6e09d5260fa642f3c7405d89f0505adda4693652f866d51464dfe0380e05a0b20e2cb22b091b9d142a2082e8d1c96164d8821ebebd0df78c4ad
REF v0.1.1
SHA512 7738c7b803ae6178f0099b2db2148d20edeff01c524e108e724896201800d82d3852a1ab7d0bd697907673d7030c55c81411f77bb957a0ee3811c46d07104c3e
HEAD_REF master
)