aboutsummaryrefslogtreecommitdiff
path: root/ports/so5extra
diff options
context:
space:
mode:
authoreao197 <eao197@users.noreply.github.com>2019-01-09 20:38:44 +0300
committerVictor Romero <romerosanchezv@gmail.com>2019-01-09 09:38:44 -0800
commit7d31d1b0ebacb942002ea7c507320a724b847788 (patch)
tree17d355d8b3f83c1ec0db066b70277615adefef4f /ports/so5extra
parent2b2d6edfdeb4b28cf6f35d18cad8134e681f43c3 (diff)
downloadvcpkg-7d31d1b0ebacb942002ea7c507320a724b847788.tar.gz
vcpkg-7d31d1b0ebacb942002ea7c507320a724b847788.zip
sobjectizer-v5.5.24 and so5extra-v1.2.2 (#5100)
Diffstat (limited to 'ports/so5extra')
-rw-r--r--ports/so5extra/CONTROL2
-rw-r--r--ports/so5extra/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/so5extra/CONTROL b/ports/so5extra/CONTROL
index 41bed72c8..e40d92945 100644
--- a/ports/so5extra/CONTROL
+++ b/ports/so5extra/CONTROL
@@ -1,4 +1,4 @@
Source: so5extra
-Version: 1.2.1
+Version: 1.2.2
Description: A set of additional tools for SObjectizer framework.
Build-Depends: sobjectizer
diff --git a/ports/so5extra/portfile.cmake b/ports/so5extra/portfile.cmake
index 3d21def42..6fdc213d7 100644
--- a/ports/so5extra/portfile.cmake
+++ b/ports/so5extra/portfile.cmake
@@ -1,12 +1,12 @@
include(vcpkg_common_functions)
-set(VERSION 1.2.1)
+set(VERSION 1.2.2)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/so_5_extra-${VERSION}/dev/so_5_extra)
vcpkg_download_distfile(ARCHIVE
URLS "https://sourceforge.net/projects/sobjectizer/files/sobjectizer/so_5_extra/so_5_extra-${VERSION}.zip/download"
FILENAME "so_5_extra-${VERSION}.zip"
- SHA512 84294839c800571e98e5599a16609c955296bb10ad90261c5600d3eb13fd1dfc08a7a895e89ad48b3547c9ebe28cd49c944158849a4f1d8e693d8d2259e94100
+ SHA512 957b8953f172cc2ea996fe1bd4e4979b0e3fd5fe8d2abff810ff3800c061e4bf5e2935e6bf190d0385621a182a7a623598959716451d9ad5a8f0f14faed725e2
)
vcpkg_extract_source_archive(${ARCHIVE})