diff options
| author | Michael Hofmann <kmhofmann@gmail.com> | 2018-05-26 11:45:47 +0200 |
|---|---|---|
| committer | Michael Hofmann <kmhofmann@gmail.com> | 2018-05-26 11:45:47 +0200 |
| commit | dd4f71cf9aa15a396d385061c7f80d699da42524 (patch) | |
| tree | 6c86b581d68b81c9d9ad526db494efc962949d86 | |
| parent | 2ac7527b40b1dbeb7856b9f763362c1e139e2ca9 (diff) | |
| download | vcpkg-dd4f71cf9aa15a396d385061c7f80d699da42524.tar.gz vcpkg-dd4f71cf9aa15a396d385061c7f80d699da42524.zip | |
[selene] Update to v0.1.1 (bugfix release).
| -rw-r--r-- | ports/selene/CONTROL | 2 | ||||
| -rw-r--r-- | ports/selene/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/selene/CONTROL b/ports/selene/CONTROL index 6b90431a8..ddf9e22ea 100644 --- a/ports/selene/CONTROL +++ b/ports/selene/CONTROL @@ -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
diff --git a/ports/selene/portfile.cmake b/ports/selene/portfile.cmake index dcc263635..c292a64d1 100644 --- a/ports/selene/portfile.cmake +++ b/ports/selene/portfile.cmake @@ -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
)
|
